Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



On Mon, Oct 28, 2019 at 10:14 PM Ryo ONODERA <ryo%tetera.org@localhost> wrote:
>
> Hi,
>
> Thanks for your great work!
>
> Could you add /dev/vio9p? creation rule to /dev/MAKEDEV?
> I have no idea where is relevant in src/etc/MAKEDEV.tmpl.

Thank you for the suggestion.  I've added an entry for vio9p.

Thanks,
  ozaki-r

> My idea is as follows:
>
> Index: etc/MAKEDEV.tmpl
> ===================================================================
> RCS file: /cvsroot/src/etc/MAKEDEV.tmpl,v
> retrieving revision 1.209
> diff -u -r1.209 MAKEDEV.tmpl
> --- etc/MAKEDEV.tmpl    27 Oct 2019 07:08:15 -0000      1.209
> +++ etc/MAKEDEV.tmpl    28 Oct 2019 13:07:11 -0000
> @@ -1762,6 +1762,11 @@
>         mkdev qemufwcfg$unit c %qemufwcfg_chr% $unit 660
>         ;;
>
> +vio9p[0-9]*)
> +       unit=${i#vio9p}
> +       mkdev vio9p$unit c %vio9p_chr% $unit 660
> +       ;;
> +
>  nvram)
>         mkdev nvram c %nvram_chr% 0 644
>         ;;
>
>


Home | Main Index | Thread Index | Old Index