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.hppa64/MAKEDEV | |
parent | 37a41d8f914b56c2c5b339e8679a10e22b14cc35 (diff) |
sync
Diffstat (limited to 'etc/etc.hppa64/MAKEDEV')
-rw-r--r-- | etc/etc.hppa64/MAKEDEV | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/etc/etc.hppa64/MAKEDEV b/etc/etc.hppa64/MAKEDEV index bd584caf8a1..ad732d38e06 100644 --- a/etc/etc.hppa64/MAKEDEV +++ b/etc/etc.hppa64/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.hppa64/MAKEDEV.md,v 1.4 2006/04/16 02:49:52 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 # @@ -61,7 +61,7 @@ # crypto Hardware crypto access driver # fd fd/* nodes # lkm Loadable kernel modules interface -# pci PCI bus device +# pci* PCI bus devices # pdc PDC device # pf* Packet Filter # *random In-kernel random data source @@ -253,8 +253,9 @@ pf*) M pf c 21 0 600 ;; -pci) - M pci c 31 0 600 +pci*) + M pci$U c 31 $U 600 + MKlist[${#MKlist[*]}]=";[ -e pci ] || ln -s pci0 pci" ;; lkm) @@ -429,9 +430,9 @@ 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 ptm local wscons pci audio0 uk0 random lpa0 lpa1 - R lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 crypto pf - R systrace wd0 wd1 wd2 wd3 std st0 st1 fd + R ss1 ch0 ptm local wscons pci0 pci1 pci2 pci3 audio0 uk0 + R random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 + R tty03 crypto pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd ;; wd*|sd*|ccd*) |