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.sgi | |
parent | 37a41d8f914b56c2c5b339e8679a10e22b14cc35 (diff) |
sync
Diffstat (limited to 'etc/etc.sgi')
-rw-r--r-- | etc/etc.sgi/MAKEDEV | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/etc.sgi/MAKEDEV b/etc/etc.sgi/MAKEDEV index 78d9174191f..6dba7a65f22 100644 --- a/etc/etc.sgi/MAKEDEV +++ b/etc/etc.sgi/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.sgi/MAKEDEV.md,v 1.12 2006/04/16 11:34:02 todd Exp -# OpenBSD: MAKEDEV.common,v 1.29 2006/08/28 21:04:04 tsi 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 # @@ -57,7 +57,7 @@ # bpf* Berkeley Packet Filter # crypto Hardware crypto access driver # fd fd/* nodes -# pci PCI bus device +# pci* PCI bus devices # pf* Packet Filter # *random In-kernel random data source # ss* SCSI scanners @@ -242,8 +242,9 @@ pf*) M pf c 31 0 600 ;; -pci) - M pci c 29 0 600 +pci*) + M pci$U c 29 $U 600 + MKlist[${#MKlist[*]}]=";[ -e pci ] || ln -s pci0 pci" ;; fd) @@ -382,8 +383,9 @@ 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 pty1 pty2 xfs0 ss0 ss1 ch0 ptm - R local wscons pci audio0 uk0 random tty00 tty01 tty02 tty03 - R crypto pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd + R local wscons pci0 pci1 pci2 pci3 audio0 uk0 random tty00 + R tty01 tty02 tty03 crypto pf systrace wd0 wd1 wd2 wd3 std st0 + R st1 fd ;; wd*|sd*|ccd*) |