summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-04-05 02:01:05 +0000
committeradrian <adrian@FreeBSD.org>2013-04-05 02:01:05 +0000
commita6dd8dc474517c2f2998d648a6d346a62ac78114 (patch)
treeb2889950d52afab24063677668d508b12afede53 /sys/mips
parent23dbf8315ac1903f1cd923146ace97a36d07482e (diff)
downloadFreeBSD-src-a6dd8dc474517c2f2998d648a6d346a62ac78114.zip
FreeBSD-src-a6dd8dc474517c2f2998d648a6d346a62ac78114.tar.gz
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
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/atheros/ar71xx_ehci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/atheros/ar71xx_ehci.c b/sys/mips/atheros/ar71xx_ehci.c
index c04e069..d3bb5f6 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:
OpenPOWER on IntegriCloud