From 31e738eea3f8dae33238c0b4aaa143a99493cfd8 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 5 Apr 2013 02:01:05 +0000 Subject: [PATCH] Fix AR933x USB support - this needs the same controller initialisation as the AR7242. Tested: * Atheros AP121, AR9331 * ZyDas wifi device, and 64MB (yes, ew) USB flash storage --- sys/mips/atheros/ar71xx_ehci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/mips/atheros/ar71xx_ehci.c b/sys/mips/atheros/ar71xx_ehci.c index c04e069b83a..d3bb5f60bf1 100644 --- a/sys/mips/atheros/ar71xx_ehci.c +++ b/sys/mips/atheros/ar71xx_ehci.c @@ -157,6 +157,8 @@ ar71xx_ehci_attach(device_t self) case AR71XX_SOC_AR7242: case AR71XX_SOC_AR9130: case AR71XX_SOC_AR9132: + case AR71XX_SOC_AR9330: + case AR71XX_SOC_AR9331: sc->sc_flags |= EHCI_SCFLG_TT | EHCI_SCFLG_NORESTERM; break; default: