Date: Thu, 26 Mar 1998 00:20:01 -0800 (PST) From: Adam Baran <badam@mw.mil.pl> To: freebsd-bugs Subject: Re: conf/6137: MAKEDEV patch for si Message-ID: <199803260820.AAA04073@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/6137; it has been noted by GNATS. From: Adam Baran <badam@mw.mil.pl> To: Nick Sayer <nsayer@quack.kfu.com> Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/6137: MAKEDEV patch for si Date: Thu, 26 Mar 1998 09:16:50 +0100 (CET) > > >Fix: > > --- /dev/MAKEDEV.orig Tue May 20 03:36:12 1997 > +++ /dev/MAKEDEV Thu Mar 19 16:58:22 1998 > @@ -853,6 +853,12 @@ > rm -f cuaA$name > mknod cuaA$name c $major `expr $minor + 128` > chown uucp.dialer cuaA$name > + umask 77 > + mknod cuaiA$name c $major `expr $minor + 65536 + 128` > + chown root.wheel cuaiA$name > + mknod cualA$name c $major `expr $minor + 131072 + 128` > + chown root.wheel cualA$name > + umask 7 > port=`expr $port + 1` > done > umask 77 > Hi, But what do You think about -stable version of MAKEDEV ??? A month ago I proposed relevant patch and it was committed. P.S. In -stable there is another problem with Specialix driver code, I can't compile the kernel: linker complains about '_siintr' symbol. I've sent a PR but up till now I don't know it's number. Adam Baran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803260820.AAA04073>