summaryrefslogtreecommitdiff
path: root/etc/etc.armv7/MAKEDEV.md
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2015-10-23 15:14:13 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2015-10-23 15:14:13 +0000
commit9c3082158eafce95360bad4c9532b562d7eec377 (patch)
tree004dc947600f60976bde440007403d44017f64e4 /etc/etc.armv7/MAKEDEV.md
parent8198e6d7522509800c26a6a045708e6e0cad691a (diff)
MAKEDEV bits for tap(4)
OK dlg@ mpi@
Diffstat (limited to 'etc/etc.armv7/MAKEDEV.md')
-rw-r--r--etc/etc.armv7/MAKEDEV.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.armv7/MAKEDEV.md b/etc/etc.armv7/MAKEDEV.md
index ffc53143d26..473517a2f4e 100644
--- a/etc/etc.armv7/MAKEDEV.md
+++ b/etc/etc.armv7/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,armv7)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.8 2014/12/11 19:48:03 tedu Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.9 2015/10/23 15:14:11 claudio Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
@@ -80,6 +80,7 @@ _DEV(radio, 97)
_DEV(rnd, 40)
_DEV(rmidi, 57)
_DEV(tun, 33)
+_DEV(tap, 104)
_DEV(uk, 28)
_DEV(systrace, 50)
_DEV(tuner, 75)
@@ -107,6 +108,7 @@ target(all, pty, 0)dnl
target(all, bpf, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
target(all, bio)dnl
target(all, tun, 0, 1, 2, 3)dnl
+target(all, tap, 0, 1, 2, 3)dnl
target(all, xy, 0, 1, 2, 3)dnl
target(all, rd, 0)dnl
target(all, cd, 0, 1)dnl