Module Name:    src
Committed By:   skrll
Date:           Sat Jan  7 16:12:30 UTC 2012

Modified Files:
        src/etc/etc.hp700: MAKEDEV.conf

Log Message:
Create device nodes for wscons, raid, wd, and sysmon.

PR/45783


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/etc/etc.hp700/MAKEDEV.conf

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.hp700/MAKEDEV.conf
diff -u src/etc/etc.hp700/MAKEDEV.conf:1.6 src/etc/etc.hp700/MAKEDEV.conf:1.7
--- src/etc/etc.hp700/MAKEDEV.conf:1.6	Mon May  3 08:45:43 2010
+++ src/etc/etc.hp700/MAKEDEV.conf	Sat Jan  7 16:12:30 2012
@@ -1,6 +1,8 @@
-# $NetBSD: MAKEDEV.conf,v 1.6 2010/05/03 08:45:43 skrll Exp $
+# $NetBSD: MAKEDEV.conf,v 1.7 2012/01/07 16:12:30 skrll Exp $
 
 all_md)
+	makedev wscons
+	makedev wd0 wd1 wd2 wd3
 	makedev sd0 sd1 sd2 sd3 sd4 sd5 sd6
 	makedev cd0 cd1 st0 st1 st2
 	makedev scsibus0 scsibus1 scsibus2 scsibus3
@@ -8,4 +10,6 @@ all_md)
 	makedev tty00 tty01 tty02 tty03
 	makedev audio
 	makedev pci0 pci1 pci2 pci3
+	makedev raid0 raid1 raid2 raid3
+	makedev sysmon
 	;;

Reply via email to