d6a9de7378
MD MAKEDEV.conf. Not all ports have vcoda in their majors.foo files and we shouldn't (re)assign major numbers on all ports before 5.0. Should close PR port-sgimips/38962.
21 lines
359 B
Plaintext
21 lines
359 B
Plaintext
# $NetBSD: MAKEDEV.conf,v 1.7 2008/09/13 11:46:18 tsutsui Exp $
|
|
|
|
init)
|
|
makedev std tty0 tty1 tty2 tty3 opty ptm pty0
|
|
makedev md0 wd0 wd1
|
|
makedev pci0 bpf clockctl
|
|
;;
|
|
|
|
all_md)
|
|
makedev tty0 tty1 tty2 tty3
|
|
makedev wd0 wd1
|
|
makedev sd0 sd1 sd2 st0 cd0 ss0 ch0 uk0
|
|
makedev scsibus0 scsibus1
|
|
makedev pci0
|
|
makedev cfs
|
|
;;
|
|
|
|
ramdisk|floppy)
|
|
makedev init
|
|
;;
|