diff options
Diffstat (limited to 'etc/etc.loongson/MAKEDEV')
-rw-r--r-- | etc/etc.loongson/MAKEDEV | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/etc/etc.loongson/MAKEDEV b/etc/etc.loongson/MAKEDEV index 9c7dc02fae8..3a975780c63 100644 --- a/etc/etc.loongson/MAKEDEV +++ b/etc/etc.loongson/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.loongson/MAKEDEV.md,v 1.13 2012/08/23 06:15:28 deraadt Exp -# OpenBSD: MAKEDEV.common,v 1.60 2012/08/23 06:15:28 deraadt Exp +# OpenBSD: etc.loongson/MAKEDEV.md,v 1.14 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 # @@ -69,6 +69,7 @@ # crypto Hardware crypto access driver # diskmap Disk mapper # fd fd/* nodes +# fuse Userland Filesystem # hotplug devices hot plugging # pci* PCI bus devices # pf* Packet Filter @@ -265,6 +266,10 @@ hotplug) M hotplug c 67 $U 400 ;; +fuse) + M fuse$U c 73 $U 600 + ;; + fd) RMlist[${#RMlist[*]}]=";mkdir -p fd;rm -f" n=0 while [ $n -lt 64 ];do M fd/$n c 7 $n;n=$(($n+1));done @@ -459,8 +464,8 @@ 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 bio R bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 - R pty2 diskmap vscsi0 audio0 audio1 audio2 pppx hotplug ptm - R local wscons pci0 pci1 pci2 pci3 uall video0 video1 uk0 + R pty2 diskmap vscsi0 audio0 audio1 audio2 fuse pppx hotplug + R ptm local wscons pci0 pci1 pci2 pci3 uall video0 video1 uk0 R random tty00 tty01 tty02 tty03 apm crypto pf systrace wd0 R wd1 wd2 wd3 std st0 st1 fd ;; |