diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-13 15:13:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-13 15:13:11 +0000 |
commit | ecd9f652482b2819b034669c8f7b973cbae35a66 (patch) | |
tree | 6f57702b43317acacc3ff44b7fcf0c37772798c0 /etc/etc.alpha/MAKEDEV | |
parent | 3f899122f5f7d4cb39dbc2dbe9567c83c52e808a (diff) |
sync
Diffstat (limited to 'etc/etc.alpha/MAKEDEV')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 10599a6fdcf..342c3fe8fb9 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.alpha/MAKEDEV.md,v 1.43 2009/06/03 14:45:39 jj Exp -# OpenBSD: MAKEDEV.common,v 1.43 2009/06/03 14:45:39 jj Exp +# OpenBSD: etc.alpha/MAKEDEV.md,v 1.44 2009/08/13 15:12:36 deraadt Exp +# OpenBSD: MAKEDEV.common,v 1.45 2009/08/13 15:12:36 deraadt Exp # OpenBSD: MAKEDEV.mi,v 1.79 2009/01/25 17:30:48 miod Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -76,7 +76,7 @@ # hotplug devices hot plugging # iop* I2O controller devices # lkm Loadable kernel modules interface -# music* MIDI devices +# music* MIDI sequencer # pci* PCI bus devices # pf* Packet Filter # radio* FM tuner devices @@ -90,6 +90,7 @@ # uk* Unknown SCSI devices # video* Video V4L2 devices # nnpfs* NNPFS filesystem node +# vscsi* Virtual SCSI controller PATH=/sbin:/usr/sbin:/bin:/usr/bin T=$0 @@ -245,6 +246,10 @@ ttyB*|ttyc*) M cua$type$U c $major $(($minor+128)) 660 dialer uucp ;; +vscsi*) + M vscsi$U c 61 $U 600 + ;; + nnpfs*) M nnpfs$U c 51 $U 600 ;; @@ -539,14 +544,14 @@ all) R sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 fd1 fd1B R fd1C fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F - R fd0G fd0H nnpfs0 ss0 ss1 ch0 bio hotplug ptm local wscons - R pci0 pci1 pci2 pci3 iop0 iop1 uall rmidi0 rmidi1 rmidi2 - R rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 radio0 music0 - R speaker video0 audio0 audio1 audio2 uk0 random lpa0 lpa1 - R lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyc0 ttyc1 - R ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 ttyB3 - R ttyB4 ttyB5 crypto pf systrace wd0 wd1 wd2 wd3 raid0 raid1 - R raid2 raid3 std st0 st1 fd + R fd0G fd0H vscsi0 nnpfs0 ss0 ss1 ch0 bio hotplug ptm local + R wscons pci0 pci1 pci2 pci3 iop0 iop1 uall rmidi0 rmidi1 + R rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 radio0 + R music0 speaker video0 audio0 audio1 audio2 uk0 random lpa0 + R lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyc0 + R ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 + R ttyB3 ttyB4 ttyB5 crypto pf systrace wd0 wd1 wd2 wd3 raid0 + R raid1 raid2 raid3 std st0 st1 fd ;; wd*|sd*|raid*|ccd*) |