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.cats | |
parent | 37a41d8f914b56c2c5b339e8679a10e22b14cc35 (diff) |
sync
Diffstat (limited to 'etc/etc.cats')
-rw-r--r-- | etc/etc.cats/MAKEDEV | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/etc/etc.cats/MAKEDEV b/etc/etc.cats/MAKEDEV index 5349f234208..49b3e1d1a6a 100644 --- a/etc/etc.cats/MAKEDEV +++ b/etc/etc.cats/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.cats/MAKEDEV.md,v 1.15 2006/07/28 17:37:10 kettenis 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 # @@ -69,7 +69,7 @@ # fd fd/* nodes # iop* I2O controller devices # lkm Loadable kernel modules interface -# pci PCI bus device +# pci* PCI bus devices # pf* Packet Filter # radio* FM tuner devices # *random In-kernel random data source @@ -271,8 +271,9 @@ pf*) M pf c 39 0 600 ;; -pci) - M pci c 88 0 600 +pci*) + M pci$U c 88 $U 600 + MKlist[${#MKlist[*]}]=";[ -e pci ] || ln -s pci0 pci" ;; lkm) @@ -464,9 +465,10 @@ all) R ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 xfs0 ss0 ss1 ch0 ptm local - R wscons pci iop0 iop1 uall tuner0 radio0 speaker audio0 uk0 - R random lkm tty00 tty01 tty02 tty03 crypto pf systrace wd0 - R wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd + R wscons pci0 pci1 pci2 pci3 iop0 iop1 uall tuner0 radio0 + R speaker audio0 uk0 random lkm tty00 tty01 tty02 tty03 crypto + R pf systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 + R st1 fd ;; wd*|sd*|raid*|ccd*) |