Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/conf Allocate a major number for wd and sysmo...



details:   https://anonhg.NetBSD.org/src/rev/14380eb314db
branches:  trunk
changeset: 772530:14380eb314db
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 07 16:11:19 2012 +0000

description:
Allocate a major number for wd and sysmon_power

Part of PR/45783

diffstat:

 sys/arch/hp700/conf/majors.hp700 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4e72182157ac -r 14380eb314db sys/arch/hp700/conf/majors.hp700
--- a/sys/arch/hp700/conf/majors.hp700  Sat Jan 07 15:59:46 2012 +0000
+++ b/sys/arch/hp700/conf/majors.hp700  Sat Jan 07 16:11:19 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: majors.hp700,v 1.26 2011/06/30 20:09:30 wiz Exp $
+#      $NetBSD: majors.hp700,v 1.27 2012/01/07 16:11:19 skrll Exp $
 #
 # Device majors for hp700
 #
@@ -44,6 +44,8 @@
 device-major   audio           char 40                 audio
 device-major   ses             char 41                 ses
 device-major   pci             char 42                 pci
+device-major   wd              char 43  block 11       wd
+device-major   sysmon          char 44                 sysmon_power
 
 device-major   nsmb            char 98                 nsmb
 



Home | Main Index | Thread Index | Old Index