Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/omap OMAP5 support
details: https://anonhg.NetBSD.org/src/rev/20f0c0078320
branches: trunk
changeset: 327736:20f0c0078320
user: matt <matt%NetBSD.org@localhost>
date: Sat Mar 15 17:14:56 2014 +0000
description:
OMAP5 support
diffstat:
sys/arch/arm/omap/obio_ohci.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 816493a5a756 -r 20f0c0078320 sys/arch/arm/omap/obio_ohci.c
--- a/sys/arch/arm/omap/obio_ohci.c Sat Mar 15 15:23:22 2014 +0000
+++ b/sys/arch/arm/omap/obio_ohci.c Sat Mar 15 17:14:56 2014 +0000
@@ -1,7 +1,7 @@
-/* $Id: obio_ohci.c,v 1.9 2013/06/16 17:47:54 matt Exp $ */
+/* $Id: obio_ohci.c,v 1.10 2014/03/15 17:14:56 matt Exp $ */
/* adapted from: */
-/* $NetBSD: obio_ohci.c,v 1.9 2013/06/16 17:47:54 matt Exp $ */
+/* $NetBSD: obio_ohci.c,v 1.10 2014/03/15 17:14:56 matt Exp $ */
/* $OpenBSD: pxa2x0_ohci.c,v 1.19 2005/04/08 02:32:54 dlg Exp $ */
/*
@@ -24,7 +24,7 @@
#include "locators.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obio_ohci.c,v 1.9 2013/06/16 17:47:54 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obio_ohci.c,v 1.10 2014/03/15 17:14:56 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -89,7 +89,7 @@
if (obio->obio_addr != OHCI1_BASE_OMAP3)
return 0;
#endif
-#if defined(OMAP4)
+#if defined(OMAP4) || defined(OMAP5)
if (obio->obio_addr != OHCI1_BASE_OMAP4)
return 0;
#endif
Home |
Main Index |
Thread Index |
Old Index