diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2013-06-15 23:21:05 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2013-06-15 23:21:05 +0000 |
commit | 4fcefc038b23e994b6f6a65eb2d2add08c472dc8 (patch) | |
tree | 6c8f8efa1842d997afd97e9a8e69daa336514c39 /etc/etc.sgi/MAKEDEV | |
parent | d2c2b3bb388c3a926d9de4659853acb05e9770dc (diff) |
regen
Diffstat (limited to 'etc/etc.sgi/MAKEDEV')
-rw-r--r-- | etc/etc.sgi/MAKEDEV | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/etc.sgi/MAKEDEV b/etc/etc.sgi/MAKEDEV index 7a09591387d..ba1f0cea393 100644 --- a/etc/etc.sgi/MAKEDEV +++ b/etc/etc.sgi/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.sgi/MAKEDEV.md,v 1.38 2013/06/03 16:06:42 tedu Exp -# OpenBSD: MAKEDEV.common,v 1.64 2013/06/03 16:06:42 tedu Exp +# OpenBSD: MAKEDEV.common,v 1.65 2013/06/15 23:09:36 halex Exp # OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -68,7 +68,7 @@ # crypto Hardware crypto access driver # diskmap Disk mapper # fd fd/* nodes -# fuse Userland Filesystem +# fuse* Userland Filesystem # hotplug devices hot plugging # pci* PCI bus devices # pf* Packet Filter @@ -265,7 +265,7 @@ hotplug) M hotplug c 67 $U 400 ;; -fuse) +fuse*) M fuse$U c 73 $U 600 ;; @@ -469,10 +469,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 ch0 audio0 audio1 audio2 fuse pppx hotplug - R ptm 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 fuse0 fuse1 fuse2 + R fuse3 pppx hotplug ptm local wscons pci0 pci1 pci2 pci3 uall + R video0 video1 uk0 random tty00 tty01 tty02 tty03 crypto pf + R systrace wd0 wd1 wd2 wd3 std st0 st1 fd ;; wd*|sd*) |