NetBSD-Bugs archive

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

Re: port-vax/45452: -current miniroot.fs lacks /dev/ra[0-9]* special files



On Wed, Oct 12, 2011 at 01:20:03PM +0000, Izumi Tsutsui wrote:
> The following reply was made to PR port-vax/45452; it has been noted by GNATS.
> 
> From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc: martin%duskware.de@localhost, tsutsui%ceres.dti.ne.jp@localhost
> Subject: Re: port-vax/45452: -current miniroot.fs lacks /dev/ra[0-9]* special
>        files
> Date: Wed, 12 Oct 2011 22:15:08 +0900
> 
>  > 
> /home/builds/ab/HEAD/vax/201110100510Z-obj/home/builds/ab/HEAD/src/etc/MAKEDEV:
>  ra0: unknown device
>  
>  Pasto?

Yes that's it. Nice catch, i missed it.

>  Index: MAKEDEV.conf
>  ===================================================================
>  RCS file: /cvsroot/src/etc/etc.vax/MAKEDEV.conf,v
>  retrieving revision 1.12
>  diff -u -p -r1.12 MAKEDEV.conf
>  --- MAKEDEV.conf     6 Sep 2011 14:40:11 -0000       1.12
>  +++ MAKEDEV.conf     12 Oct 2011 13:14:03 -0000
>  @@ -60,7 +60,7 @@ ht[0-9]*|tm[0-9]*|mt[0-9]*|ts[0-9]*|ut[0
>       esac
>       ;;
>   
>  
> -hp[0-9]*|hk[0-9]*|up[0-9]*|ra[0-9][0-9]*|rl[0-9]*|rb[0-9]*|rd[0-9]*|rx[0-9]*)
>  +hp[0-9]*|hk[0-9]*|up[0-9]*|ra[0-9]*|rl[0-9]*|rb[0-9]*|rd[0-9]*|rx[0-9]*)
>       case $i in
>       hp*) name=hp;   unit=${i#hp};   blk=0; chr=4;;
>       hk*) name=hk;   unit=${i#hk};   blk=3; chr=11;;
>  
>  ---
>  Izumi Tsutsui
>  

-- 
Nicolas Joly

Projects and Developments in Bioinformatics
Institut Pasteur, Paris.


Home | Main Index | Thread Index | Old Index