summaryrefslogtreecommitdiff
path: root/sys/arch/beagle/dev/omap.c
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2011-11-15 23:01:12 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2011-11-15 23:01:12 +0000
commitef0d30da539828ea466d52c4a9affd8b4f11699a (patch)
treec8e036e3a23d50947244e62bd9f002b7882f15cd /sys/arch/beagle/dev/omap.c
parent7d501144194e45646a9b40ab87d4313a80408531 (diff)
Bring back 'mostly' working omdog support.
Diffstat (limited to 'sys/arch/beagle/dev/omap.c')
-rw-r--r--sys/arch/beagle/dev/omap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/beagle/dev/omap.c b/sys/arch/beagle/dev/omap.c
index a068e6e1087..aa8307cb29c 100644
--- a/sys/arch/beagle/dev/omap.c
+++ b/sys/arch/beagle/dev/omap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: omap.c,v 1.2 2011/11/11 10:46:35 matthieu Exp $ */
+/* $OpenBSD: omap.c,v 1.3 2011/11/15 23:01:11 drahn Exp $ */
/*
* Copyright (c) 2005,2008 Dale Rahn <drahn@openbsd.com>
*
@@ -54,6 +54,7 @@ struct board_dev beagleboard_devs[] = {
{ "intc", 0 },
{ "gptimer", 0 },
{ "gptimer", 1 },
+ { "omdog", 0 },
{ "omgpio", 0 },
{ "omgpio", 1 },
{ "omgpio", 2 },
@@ -70,6 +71,7 @@ struct board_dev overo_devs[] = {
{ "intc", 0 },
{ "gptimer", 0 },
{ "gptimer", 1 },
+ { "omdog", 0 },
{ "omgpio", 0 },
{ "omgpio", 1 },
{ "omgpio", 2 },
@@ -84,6 +86,7 @@ struct board_dev overo_devs[] = {
struct board_dev pandaboard_devs[] = {
{ "ampintc", 0 },
{ "amptimer", 0 },
+ { "omdog", 0 },
{ "omgpio", 0 },
{ "omgpio", 1 },
{ "omgpio", 2 },