summaryrefslogtreecommitdiff
path: root/sys/arch/beagle/dev/omehci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/beagle/dev/omehci.c')
-rw-r--r--sys/arch/beagle/dev/omehci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/beagle/dev/omehci.c b/sys/arch/beagle/dev/omehci.c
index cb77b85d7b2..13cf9bc9160 100644
--- a/sys/arch/beagle/dev/omehci.c
+++ b/sys/arch/beagle/dev/omehci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: omehci.c,v 1.8 2011/11/09 10:17:57 miod Exp $ */
+/* $OpenBSD: omehci.c,v 1.9 2011/11/10 00:19:36 matthieu Exp $ */
/*
* Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
@@ -64,6 +64,7 @@ omehci_match(struct device *parent, void *match, void *aux)
switch (board_id) {
case BOARD_ID_OMAP3_BEAGLE:
+ case BOARD_ID_OMAP3_OVERO:
break; /* continue trying */
case BOARD_ID_OMAP4_PANDA:
return 0; /* not ported yet ??? - different */