summaryrefslogtreecommitdiff
path: root/etc/etc.armv7/MAKEDEV.md
diff options
context:
space:
mode:
authorKazuya Goda <goda@cvs.openbsd.org>2016-09-02 17:06:15 +0000
committerKazuya Goda <goda@cvs.openbsd.org>2016-09-02 17:06:15 +0000
commitbde26d8769313496a8220d5c07b5d624af1f29bf (patch)
tree13b302e43e0d777562e3d182416e80bb7a1adab2 /etc/etc.armv7/MAKEDEV.md
parent06977ccc557d20e79ca68325775662be832962ec (diff)
Add switch(4) cdev entry
ok deraadt@ yasuoka@ reyk@
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 3316b914cc3..dfe3145b247 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.12 2016/05/21 21:30:22 kettenis Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.13 2016/09/02 17:06:13 goda Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
@@ -85,6 +85,7 @@ _DEV(uk, 28)
_DEV(tuner, 75)
_DEV(vi, 38)
_DEV(vscsi, 100)
+_DEV(switch, 105)
dnl
divert(__mddivert)dnl
dnl
@@ -113,4 +114,5 @@ target(all, rd, 0)dnl
target(all, cd, 0, 1)dnl
target(all, sd, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
target(all, vnd, 0, 1, 2, 3)dnl
+target(all, switch, 0, 1, 2, 3)dnl
target(all, gpio, 0, 1, 2, 3, 4, 5, 6, 7, 8)dnl