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
This commit is contained in:
Adrian Chadd 2013-04-05 02:01:05 +00:00
parent 0d788ee602
commit 31e738eea3

View file

@ -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: