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.alpha | |
parent | 9c3082158eafce95360bad4c9532b562d7eec377 (diff) |
Sync (after tap addition)
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index f84296139d8..b2857d113a5 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.alpha/MAKEDEV.md,v 1.64 2014/12/11 19:48:02 tedu Exp -# OpenBSD: MAKEDEV.common,v 1.78 2014/12/11 19:46:15 tedu Exp +# OpenBSD: etc.alpha/MAKEDEV.md,v 1.65 2015/10/23 15:14:11 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 # @@ -82,6 +82,7 @@ # speaker PC speaker # systrace* System call tracing device # tun* Network tunnel driver +# tap* Ethernet tunnel driver # tuner* Tuner devices # uk* Unknown SCSI devices # video* Video V4L2 devices @@ -258,6 +259,10 @@ tuner*) M tuner$U c 58 $(($(($U*2))+16)) 644 ;; +tap*) + M tap$U c 68 $U 600 + ;; + tun*) M tun$U c 7 $U 600 ;; @@ -517,17 +522,17 @@ local) all) R vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 - R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 - R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 fd1 fd1B fd1C fd1D fd1E fd1F - R fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H diskmap - R vscsi0 ch0 bio audio0 audio1 audio2 fuse pppx hotplug ptm - R local wscons pci0 pci1 pci2 pci3 uall rmidi0 rmidi1 rmidi2 - R rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 tuner0 radio0 speaker - R video0 video1 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 tty00 - R tty01 tty02 tty03 tty04 tty05 tty06 tty07 tty08 tty09 tty0a - R tty0b ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 ttyB0 - R ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 pf systrace wd0 wd1 wd2 wd3 - R std st0 st1 fd + R cd0 cd1 rd0 tap0 tap1 tap2 tap3 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 ch0 bio audio0 audio1 audio2 fuse + R pppx hotplug ptm local wscons pci0 pci1 pci2 pci3 uall + R rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 + R tuner0 radio0 speaker video0 video1 uk0 random lpa0 lpa1 + R lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03 tty04 tty05 + R tty06 tty07 tty08 tty09 tty0a tty0b ttyc0 ttyc1 ttyc2 ttyc3 + R ttyc4 ttyc5 ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 + R pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd ;; wd*|sd*) |