Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/imx Enable ETTF.
details: https://anonhg.NetBSD.org/src/rev/cef21780310e
branches: trunk
changeset: 782852:cef21780310e
user: matt <matt%NetBSD.org@localhost>
date: Fri Nov 23 02:17:15 2012 +0000
description:
Enable ETTF.
diffstat:
sys/arch/arm/imx/imxusb.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 75240686afca -r cef21780310e sys/arch/arm/imx/imxusb.c
--- a/sys/arch/arm/imx/imxusb.c Fri Nov 23 01:43:10 2012 +0000
+++ b/sys/arch/arm/imx/imxusb.c Fri Nov 23 02:17:15 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: imxusb.c,v 1.3 2012/11/12 18:00:37 skrll Exp $ */
+/* $NetBSD: imxusb.c,v 1.4 2012/11/23 02:17:15 matt Exp $ */
/*
* Copyright (c) 2009, 2010 Genetec Corporation. All rights reserved.
* Written by Hashimoto Kenichi and Hiroyuki Bessho for Genetec Corporation.
@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imxusb.c,v 1.3 2012/11/12 18:00:37 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imxusb.c,v 1.4 2012/11/23 02:17:15 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -93,6 +93,7 @@
sc->sc_unit = aa->aa_unit;
sc->sc_usbc = usbc;
hsc->sc_bus.hci_private = sc;
+ hsc->sc_flags |= EHCIF_ETTF;
aprint_normal("\n");
Home |
Main Index |
Thread Index |
Old Index