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.macppc | |
parent | 37a41d8f914b56c2c5b339e8679a10e22b14cc35 (diff) |
sync
Diffstat (limited to 'etc/etc.macppc')
-rw-r--r-- | etc/etc.macppc/MAKEDEV | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/etc/etc.macppc/MAKEDEV b/etc/etc.macppc/MAKEDEV index cf93463fdfd..078664169e4 100644 --- a/etc/etc.macppc/MAKEDEV +++ b/etc/etc.macppc/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.macppc/MAKEDEV.md,v 1.28 2006/04/16 11:34:02 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 # @@ -75,7 +75,7 @@ # gpio* General Purpose Input/Output # 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 @@ -273,8 +273,9 @@ pf*) M pf c 39 0 600 ;; -pci) - M pci c 71 0 600 +pci*) + M pci$U c 71 $U 600 + MKlist[${#MKlist[*]}]=";[ -e pci ] || ln -s pci0 pci" ;; lkm) @@ -499,10 +500,10 @@ all) R gpio0 gpio1 gpio2 ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 R sd0 sd1 sd2 sd3 sd4 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 xfs0 ss0 - R ss1 ch0 cuaa cuab ttya ttyb hotplug ptm local wscons pci - R iop0 iop1 uall tuner0 radio0 audio0 uk0 random lkm tty00 - R tty01 tty02 tty03 apm crypto pf systrace wd0 wd1 wd2 wd3 - R raid0 raid1 raid2 raid3 std st0 st1 fd + R ss1 ch0 cuaa cuab ttya ttyb hotplug ptm local wscons pci0 + R pci1 pci2 pci3 iop0 iop1 uall tuner0 radio0 audio0 uk0 + R random lkm tty00 tty01 tty02 tty03 apm crypto pf systrace + R wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd ;; wd*|sd*|raid*|ccd*) |