diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-03 16:39:42 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-03 16:39:42 +0000 |
commit | 6830dafb7daa3e56539c37daeb815bc4d18e284b (patch) | |
tree | d23e7d44d82a55e459cc90a88f51ff72742560fb /etc/etc.hppa/MAKEDEV | |
parent | f1fd992ed2e7bfe03f70ec4e0f198f15a18085db (diff) |
regen. reminded by miod
Diffstat (limited to 'etc/etc.hppa/MAKEDEV')
-rw-r--r-- | etc/etc.hppa/MAKEDEV | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/etc/etc.hppa/MAKEDEV b/etc/etc.hppa/MAKEDEV index cd031116053..bb576ac7104 100644 --- a/etc/etc.hppa/MAKEDEV +++ b/etc/etc.hppa/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.hppa/MAKEDEV.md,v 1.48 2012/08/23 06:15:28 deraadt Exp -# OpenBSD: MAKEDEV.common,v 1.60 2012/08/23 06:15:28 deraadt Exp +# OpenBSD: etc.hppa/MAKEDEV.md,v 1.49 2013/06/03 16:06:42 tedu Exp +# OpenBSD: MAKEDEV.common,v 1.64 2013/06/03 16:06:42 tedu 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 # @@ -71,6 +71,7 @@ # crypto Hardware crypto access driver # diskmap Disk mapper # fd fd/* nodes +# fuse Userland Filesystem # hotplug devices hot plugging # lkm Loadable kernel modules interface # pci* PCI bus devices @@ -279,6 +280,10 @@ hotplug) M hotplug c 47 $U 400 ;; +fuse) + M fuse$U c 58 $U 600 + ;; + fd) RMlist[${#RMlist[*]}]=";mkdir -p fd;rm -f" n=0 while [ $n -lt 64 ];do M fd/$n c 16 $n;n=$(($n+1));done @@ -502,11 +507,11 @@ all) R sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 fd1 fd1B R fd1C fd1D fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F - R fd0G fd0H diskmap vscsi0 bio ch0 audio0 audio1 audio2 pppx - R hotplug ptm local wscons pci0 pci1 pci2 pci3 uall video0 - R video1 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 - R tty01 tty02 tty03 crypto pf systrace wd0 wd1 wd2 wd3 std st0 - R st1 fd + R fd0G fd0H diskmap vscsi0 bio ch0 audio0 audio1 audio2 fuse + R pppx hotplug ptm local wscons pci0 pci1 pci2 pci3 uall + R video0 video1 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm + R tty00 tty01 tty02 tty03 crypto pf systrace wd0 wd1 wd2 wd3 + R std st0 st1 fd ;; wd*|sd*) |