diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:17:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:17:02 +0000 |
commit | 39adff8abe2b588a547a459e9dc3bf669cd55f40 (patch) | |
tree | f57c8cca8413361dd9be442eabecb02223303299 /etc/etc.sgi | |
parent | 865ec4748bc7369a3a19613f9c7910566351a951 (diff) |
sync
Diffstat (limited to 'etc/etc.sgi')
-rw-r--r-- | etc/etc.sgi/MAKEDEV | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/etc/etc.sgi/MAKEDEV b/etc/etc.sgi/MAKEDEV index 5f06c791451..7559f0237d1 100644 --- a/etc/etc.sgi/MAKEDEV +++ b/etc/etc.sgi/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.sgi/MAKEDEV.md,v 1.36 2012/03/28 20:44:23 miod Exp -# OpenBSD: MAKEDEV.common,v 1.59 2012/04/06 15:18:41 jsing Exp +# OpenBSD: etc.sgi/MAKEDEV.md,v 1.37 2012/08/23 06:15:28 deraadt Exp +# OpenBSD: MAKEDEV.common,v 1.60 2012/08/23 06:15:28 deraadt Exp # OpenBSD: MAKEDEV.mi,v 1.80 2011/04/18 16:52:10 thib Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -69,7 +69,6 @@ # diskmap Disk mapper # fd fd/* nodes # hotplug devices hot plugging -# nnpfs* NNPFS filesystem node # pci* PCI bus devices # pf* Packet Filter # pppx* PPP Multiplexer @@ -261,10 +260,6 @@ pci*) MKlist[${#MKlist[*]}]=";[ -h pci ] || ln -sf pci0 pci" ;; -nnpfs*) - M nnpfs$U c 51 $U 600 - ;; - hotplug) M hotplug c 67 $U 400 ;; @@ -469,10 +464,10 @@ all) R ttya ttyb vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 sd5 sd6 R sd7 sd8 sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bio bpf0 bpf1 R bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 - R diskmap vscsi0 nnpfs0 ch0 audio0 audio1 audio2 hotplug ptm - R local wscons pci0 pci1 pci2 pci3 uall video0 video1 uk0 - R random tty00 tty01 tty02 tty03 crypto pf systrace wd0 wd1 - R wd2 wd3 std st0 st1 fd + R diskmap vscsi0 ch0 audio0 audio1 audio2 hotplug ptm local + R wscons pci0 pci1 pci2 pci3 uall video0 video1 uk0 random + R tty00 tty01 tty02 tty03 crypto pf systrace wd0 wd1 wd2 wd3 + R std st0 st1 fd ;; wd*|sd*) |