Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Changed satmgr(4) device major number from 100 to 144, which...
details: https://anonhg.NetBSD.org/src/rev/a6feb7b36cb5
branches: trunk
changeset: 762715:a6feb7b36cb5
user: phx <phx%NetBSD.org@localhost>
date: Sat Feb 26 09:52:16 2011 +0000
description:
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.
diffstat:
etc/etc.sandpoint/MAKEDEV.conf | 4 ++--
sys/arch/sandpoint/conf/files.sandpoint | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 381090e18acf -r a6feb7b36cb5 etc/etc.sandpoint/MAKEDEV.conf
--- a/etc/etc.sandpoint/MAKEDEV.conf Sat Feb 26 09:47:24 2011 +0000
+++ b/etc/etc.sandpoint/MAKEDEV.conf Sat Feb 26 09:52:16 2011 +0000
@@ -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)
diff -r 381090e18acf -r a6feb7b36cb5 sys/arch/sandpoint/conf/files.sandpoint
--- a/sys/arch/sandpoint/conf/files.sandpoint Sat Feb 26 09:47:24 2011 +0000
+++ b/sys/arch/sandpoint/conf/files.sandpoint Sat Feb 26 09:52:16 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index