diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-12-15 21:03:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-12-15 21:03:57 +0000 |
commit | 75f735fa2ea4911149de695ae0a34bf02c583cd5 (patch) | |
tree | bb2bb1fc1c978ba403503b4ed46b178d7ca34639 /etc/etc.alpha | |
parent | 37a41d8f914b56c2c5b339e8679a10e22b14cc35 (diff) |
sync
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 9a04cdc571a..9e2a84f16a5 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.alpha/MAKEDEV.md,v 1.30 2006/04/16 11:34:01 todd Exp -# OpenBSD: MAKEDEV.common,v 1.30 2006/10/10 12:33:41 todd Exp +# OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp # OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -76,7 +76,7 @@ # iop* I2O controller devices # lkm Loadable kernel modules interface # music* MIDI devices -# pci PCI bus device +# pci* PCI bus devices # pf* Packet Filter # radio* FM tuner devices # rmidi* Raw MIDI devices @@ -298,8 +298,9 @@ pf*) M pf c 35 0 600 ;; -pci) - M pci c 52 0 600 +pci*) + M pci$U c 52 $U 600 + MKlist[${#MKlist[*]}]=";[ -e pci ] || ln -s pci0 pci" ;; music*) @@ -526,13 +527,13 @@ all) R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 fd1 fd1B fd1C fd1D fd1E fd1F R fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H xfs0 ss0 - R ss1 ch0 hotplug ptm local wscons pci iop0 iop1 uall rmidi0 - R rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 - R radio0 music0 speaker audio0 uk0 random lpa0 lpa1 lpa2 lpt0 - R lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyc0 ttyc1 ttyc2 - R ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 - R ttyB5 crypto pf systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 - R raid3 std st0 st1 fd + R ss1 ch0 hotplug ptm local wscons pci0 pci1 pci2 pci3 iop0 + R iop1 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 + R rmidi7 tuner0 radio0 music0 speaker audio0 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*) |