Module Name:    src
Committed By:   phx
Date:           Sat Feb 26 09:52:16 UTC 2011

Modified Files:
        src/etc/etc.sandpoint: MAKEDEV.conf
        src/sys/arch/sandpoint/conf: files.sandpoint

Log Message:
Changed satmgr(4) device major number from 100 to 144, which is reserved
for local/vendor use according to src/sys/conf/majors. This prevents
problems when the shared PowerPC device majors list gets another entry.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/etc/etc.sandpoint/MAKEDEV.conf
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/sandpoint/conf/files.sandpoint

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.sandpoint/MAKEDEV.conf
diff -u src/etc/etc.sandpoint/MAKEDEV.conf:1.9 src/etc/etc.sandpoint/MAKEDEV.conf:1.10
--- src/etc/etc.sandpoint/MAKEDEV.conf:1.9	Sun May 30 10:17:33 2010
+++ src/etc/etc.sandpoint/MAKEDEV.conf	Sat Feb 26 09:52:16 2011
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.9 2010/05/30 10:17:33 phx Exp $
+# $NetBSD: MAKEDEV.conf,v 1.10 2011/02/26 09:52:16 phx Exp $
 
 init)
 	makedev std tty00 tty01 opty ptm pty0
@@ -25,7 +25,7 @@
 	;;
 
 satmgr)
-	mkdev satmgr	c 100 0 620
+	mkdev satmgr	c 144 0 620
 	;;
 
 power)

Index: src/sys/arch/sandpoint/conf/files.sandpoint
diff -u src/sys/arch/sandpoint/conf/files.sandpoint:1.27 src/sys/arch/sandpoint/conf/files.sandpoint:1.28
--- src/sys/arch/sandpoint/conf/files.sandpoint:1.27	Wed Jan 12 18:09:03 2011
+++ src/sys/arch/sandpoint/conf/files.sandpoint	Sat Feb 26 09:52:16 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.sandpoint,v 1.27 2011/01/12 18:09:03 phx Exp $
+#	$NetBSD: files.sandpoint,v 1.28 2011/02/26 09:52:16 phx Exp $
 #
 # Motorola's "SandPoint" evaluation board and multiplied descendents.
 #
@@ -110,4 +110,4 @@
 
 include "arch/powerpc/conf/majors.powerpc"
 
-device-major	satmgr		char 100	satmgr
+device-major	satmgr		char 144	satmgr

Reply via email to