From nsayer@quack.kfu.com  Wed Mar 25 15:26:28 1998
Received: from quack.kfu.com (tcnkxYDZNxGz3+Byxo8GF7rwShoz+ysl@quack.kfu.com [204.147.226.254])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29691
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Mar 1998 15:26:26 -0800 (PST)
          (envelope-from nsayer@quack.kfu.com)
Received: (from nsayer@localhost)
	by quack.kfu.com (8.8.7/8.8.5) id PAA02344;
	Wed, 25 Mar 1998 15:26:27 -0800 (PST)
Message-Id: <199803252326.PAA02344@quack.kfu.com>
Date: Wed, 25 Mar 1998 15:26:27 -0800 (PST)
From: Nick Sayer <nsayer@quack.kfu.com>
Reply-To: nsayer@quack.kfu.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: MAKEDEV patch for si
X-Send-Pr-Version: 3.2

>Number:         6137
>Category:       conf
>Synopsis:       MAKEDEV patch for si
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          support
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 25 15:30:01 PST 1998
>Closed-Date:    Thu Mar 26 20:35:33 PST 1998
>Last-Modified:  Thu Mar 26 20:37:42 PST 1998
>Originator:     Nick Sayer
>Release:        FreeBSD 2.2.5-RELEASE i386
>Organization:
Specialix, Inc.
>Environment:

si cards.

>Description:

Add cu initial and lock state devices to MAKEDEV

>How-To-Repeat:

>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
>Release-Note:
>Audit-Trail:

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
 
 
State-Changed-From-To: open->closed 
State-Changed-By: peter 
State-Changed-When: Thu Mar 26 20:35:33 PST 1998 
State-Changed-Why:  
A change to MAKEDEV was committed prior to 2.2.6 release.  However, the 
convention seems to be that  the cuai* and cual* nodes are owned by uucp:dialer 
rather than root.wheel.
>Unformatted:
