Module Name:    src
Committed By:   phx
Date:           Wed Jun  8 18:37:23 UTC 2011

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

Log Message:
Also create device nodes for wd2 and wd3. Up to 4 disks in a NAS system are
not unusual.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/etc/etc.sandpoint/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.sandpoint/MAKEDEV.conf
diff -u src/etc/etc.sandpoint/MAKEDEV.conf:1.12 src/etc/etc.sandpoint/MAKEDEV.conf:1.13
--- src/etc/etc.sandpoint/MAKEDEV.conf:1.12	Sun Mar 20 12:40:58 2011
+++ src/etc/etc.sandpoint/MAKEDEV.conf	Wed Jun  8 18:37:23 2011
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.12 2011/03/20 12:40:58 phx Exp $
+# $NetBSD: MAKEDEV.conf,v 1.13 2011/06/08 18:37:23 phx Exp $
 
 init)
 	makedev std tty00 tty01 opty ptm pty0
@@ -8,8 +8,9 @@
 
 all_md)
 	makedev tty00 tty01
-	makedev wd0 wd1
-	makedev sd0 sd1 sd2 st0 cd0 ss0 ch0 uk0
+	makedev wd0 wd1 wd2 wd3
+	makedev sd0 sd1 sd2 sd3
+	makedev st0 cd0 ss0 ch0 uk0
 	makedev	usbs
 	makedev scsibus0 scsibus1
 	makedev pci0 altq sysmon kttcp cfs satmgr

Reply via email to