diff options
Diffstat (limited to 'etc/etc.socppc/MAKEDEV')
-rw-r--r-- | etc/etc.socppc/MAKEDEV | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/etc/etc.socppc/MAKEDEV b/etc/etc.socppc/MAKEDEV index a259244006b..388e278d40f 100644 --- a/etc/etc.socppc/MAKEDEV +++ b/etc/etc.socppc/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.socppc/MAKEDEV.md,v 1.18 2012/08/23 06:15:28 deraadt Exp -# OpenBSD: MAKEDEV.common,v 1.60 2012/08/23 06:15:28 deraadt Exp +# OpenBSD: etc.socppc/MAKEDEV.md,v 1.19 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 # @@ -65,6 +65,7 @@ # bthub* Bluetooth Hubs # diskmap Disk mapper # fd fd/* nodes +# fuse Userland Filesystem # hotplug devices hot plugging # lkm Loadable kernel modules interface # pci* PCI bus devices @@ -262,6 +263,10 @@ hotplug) M hotplug c 84 $U 400 ;; +fuse) + M fuse$U c 85 $U 600 + ;; + fd) RMlist[${#RMlist[*]}]=";mkdir -p fd;rm -f" n=0 while [ $n -lt 64 ];do M fd/$n c 21 $n;n=$(($n+1));done @@ -432,9 +437,9 @@ all) R bthub0 bthub1 bthub2 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 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 diskmap - R vscsi0 ch0 pppx hotplug ptm local wscons pci0 pci1 pci2 pci3 - R uall video0 video1 random lkm tty00 tty01 tty02 tty03 pf - R systrace wd0 wd1 wd2 wd3 std st0 st1 fd + R vscsi0 ch0 fuse pppx hotplug ptm local wscons pci0 pci1 pci2 + R pci3 uall video0 video1 random lkm tty00 tty01 tty02 tty03 + R pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd ;; wd*|sd*) |