Also create device nodes for wd2 and wd3. Up to 4 disks in a NAS system are
not unusual.
This commit is contained in:
parent
35a3b0e4a6
commit
8e8cb185c4
@ -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 @@ init)
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user