diff options
Diffstat (limited to 'etc/etc.loongson/MAKEDEV')
-rw-r--r-- | etc/etc.loongson/MAKEDEV | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/etc/etc.loongson/MAKEDEV b/etc/etc.loongson/MAKEDEV index 56d6da420ce..d5211f89d72 100644 --- a/etc/etc.loongson/MAKEDEV +++ b/etc/etc.loongson/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.loongson/MAKEDEV.md,v 1.23 2016/04/25 20:38:11 tedu Exp -# OpenBSD: MAKEDEV.common,v 1.85 2016/02/05 06:29:45 uebayasi Exp +# OpenBSD: MAKEDEV.common,v 1.86 2016/04/25 20:39:42 tedu Exp # OpenBSD: MAKEDEV.mi,v 1.82 2016/03/12 17:58:59 espie Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -62,7 +62,7 @@ # apm Power management device # audio* Audio devices # bio ioctl tunnel pseudo-device -# bpf* Berkeley Packet Filter +# bpf Berkeley Packet Filter # diskmap Disk mapper # fd fd/* nodes # fuse Userland Filesystem @@ -277,8 +277,9 @@ diskmap) M diskmap c 70 0 640 operator ;; -bpf*) - M bpf$U c 12 $U 600 +bpf) + M bpf c 12 0 600 + M bpf0 c 12 0 600 ;; bio) @@ -438,17 +439,17 @@ local) ramdisk) R wskbd0 wskbd1 wskbd2 diskmap bio pty0 rd0 cd0 cd1 st0 st1 - R wd0 wd1 wd2 wd3 wd4 sd0 sd1 sd2 sd3 sd4 tty00 tty01 bpf0 std + R wd0 wd1 wd2 wd3 wd4 sd0 sd1 sd2 sd3 sd4 tty00 tty01 bpf std ;; all) R vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 - R cd0 cd1 rd0 tap0 tap1 tap2 tap3 tun0 tun1 tun2 tun3 bio bpf0 - R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 - R diskmap vscsi0 audio0 audio1 audio2 fuse pppx hotplug ptm - R local wscons pci0 pci1 pci2 pci3 uall video0 video1 uk0 - R random tty00 tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08 - R tty09 tty0a tty0b apm pf wd0 wd1 wd2 wd3 std st0 st1 fd + R cd0 cd1 rd0 tap0 tap1 tap2 tap3 tun0 tun1 tun2 tun3 bio pty0 + R pty1 pty2 diskmap vscsi0 audio0 audio1 audio2 bpf fuse pppx + R hotplug ptm local wscons pci0 pci1 pci2 pci3 uall video0 + R video1 uk0 random tty00 tty01 tty02 tty03 tty04 tty05 tty06 + R tty07 tty08 tty09 tty0a tty0b apm pf wd0 wd1 wd2 wd3 std st0 + R st1 fd ;; wd*|sd*) |