Enable ETTF.

This commit is contained in:
matt 2012-11-23 02:17:15 +00:00
parent 2696762d5f
commit df86f8dd33

View File

@ -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 @@ imxehci_attach(device_t parent, device_t self, void *aux)
sc->sc_unit = aa->aa_unit;
sc->sc_usbc = usbc;
hsc->sc_bus.hci_private = sc;
hsc->sc_flags |= EHCIF_ETTF;
aprint_normal("\n");