Subject: Re: mount_smbfs problems
To: None <mk@kilbi.de>
From: Alex Pelts <alexp@broadcom.com>
List: port-cobalt
Date: 05/09/2005 14:05:20
Device node exists in i386, ALPHA, sparc and xen architecures. It seems 
to vary between numbers 77, 88, 98 and 134 with 98 being the most 
popular. On cobalt only nubers up to 37 are used and MAKEDEV script 
supports 98 out of the box. Why not add line:
device-major    nsmb            char 98                 nsmb
to majors.cobalt, recompile and try it out again?

Alex


Markus W Kilbinger wrote:
>>>>>>"Hubert" == Hubert Feyrer <hubert@feyrer.de> writes:
> 
> 
>     Hubert> Index: etc.cobalt/MAKEDEV.conf
>     Hubert> ===================================================================
>     Hubert> RCS file: /cvsroot/src/etc/etc.cobalt/MAKEDEV.conf,v
>     Hubert> retrieving revision 1.2 diff -u -r1.2 MAKEDEV.conf
>     Hubert> --- etc.cobalt/MAKEDEV.conf 19 Oct 2003 19:07:27 -0000 1.2
>     Hubert> +++ etc.cobalt/MAKEDEV.conf 9 May 2005 20:42:21 -0000
>     Hubert> @@ -7,6 +7,7 @@
>     Hubert>          makedev tty00 tty01 tty02 tty03 makedev isdns
>     Hubert>          makedev scsibus0 scsibus1 scsibus2 scsibus3
>     Hubert> + makedev nsmb
>     Hubert>          ;;
> 
> I tried that on my qube, it's not sufficient, because the makedev
> logic relies on device numbers in
> /usr/src/sys/arch/cobalt/conf/majors.cobalt where _no_ entry for nsmb
> exists. -> Somebody has to add it...
> 
> Markus.
> 
> 
>