summaryrefslogtreecommitdiff
path: root/etc/MAKEDEV.common
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2004-06-03 18:37:00 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2004-06-03 18:37:00 +0000
commitc332120aab7bdd6842426419b79904eacb218456 (patch)
treeeb8e02ac085c4e4acfe4dd58e19512099c40d538 /etc/MAKEDEV.common
parent0c62644013fa42af4c90ca8da7e8e4c3e160e7c2 (diff)
Add gpio device nodes.
ok deraadt@
Diffstat (limited to 'etc/MAKEDEV.common')
-rw-r--r--etc/MAKEDEV.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common
index b7a136d68ae..075411db583 100644
--- a/etc/MAKEDEV.common
+++ b/etc/MAKEDEV.common
@@ -1,4 +1,4 @@
-vers(a, {-$OpenBSD: MAKEDEV.common,v 1.9 2004/05/30 08:17:17 grange Exp $-})dnl
+vers(a, {-$OpenBSD: MAKEDEV.common,v 1.10 2004/06/03 18:36:59 grange Exp $-})dnl
divert(1)dnl
dnl
dnl Common device definitions.
@@ -550,4 +550,6 @@ __devitem(gpr, gpr*, GPR400 smartcard reader)dnl
_mcdev(gpr, gpr*, gpr, {-major_gpr_c-})dnl
__devitem(hotplug, hotplug, devices hot plugging)dnl
_mkdev(hotplug, hotplug, {-M hotplug c major_hotplug_c $U 400-})dnl
+__devitem(gpio, gpio*, General Purpose Input/Output)dnl
+_mcdev(gpio, gpio*, gpio, {-major_gpio_c-}, 600)dnl
_mkdev(local, local, {-test -s $T.local && sh $T.local-})dnl