diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-10-23 15:14:48 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-10-23 15:14:48 +0000 |
commit | dfbeb9cb92951a41c53958d7f83ae3b57ca2d94a (patch) | |
tree | 550affeb6ef39e0be35360c79ef185a2d31c185a /etc/etc.octeon | |
parent | 9c3082158eafce95360bad4c9532b562d7eec377 (diff) |
Sync (after tap addition)
Diffstat (limited to 'etc/etc.octeon')
-rw-r--r-- | etc/etc.octeon/MAKEDEV | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/etc/etc.octeon/MAKEDEV b/etc/etc.octeon/MAKEDEV index 26dc9e131f3..5886fd676c4 100644 --- a/etc/etc.octeon/MAKEDEV +++ b/etc/etc.octeon/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.octeon/MAKEDEV.md,v 1.7 2015/06/28 11:53:56 jmatthew Exp -# OpenBSD: MAKEDEV.common,v 1.78 2014/12/11 19:46:15 tedu Exp +# OpenBSD: etc.octeon/MAKEDEV.md,v 1.8 2015/10/23 15:14:12 claudio Exp +# OpenBSD: MAKEDEV.common,v 1.79 2015/10/23 15:14:11 claudio 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 # @@ -70,6 +70,7 @@ # *random In-kernel random data source # systrace* System call tracing device # tun* Network tunnel driver +# tap* Ethernet tunnel driver # uk* Unknown SCSI devices # video* Video V4L2 devices # vscsi* Virtual SCSI controller @@ -225,6 +226,10 @@ uk*) M uk$U c 32 $U 640 operator ;; +tap*) + M tap$U c 74 $U 600 + ;; + tun*) M tun$U c 13 $U 600 ;; @@ -417,12 +422,13 @@ ramdisk) all) R octcf0 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 - R sd8 sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bio bpf0 bpf1 bpf2 - R bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 diskmap - R vscsi0 ch0 audio0 audio1 audio2 fuse pppx hotplug ptm local - R wscons pci0 pci1 pci2 pci3 uall video0 video1 uk0 random - R tty00 tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08 tty09 - R tty0a tty0b pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd + R sd8 sd9 cd0 cd1 rd0 tap0 tap1 tap2 tap3 tun0 tun1 tun2 tun3 + R bio bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 + R pty1 pty2 diskmap vscsi0 ch0 audio0 audio1 audio2 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 pf systrace wd0 wd1 wd2 wd3 + R std st0 st1 fd ;; octcf*|wd*|sd*) |