svn commit: r249125 - head/sys/mips/atheros

Adrian Chadd adrian at FreeBSD.org
Fri Apr 5 02:01:06 UTC 2013


Author: adrian
Date: Fri Apr  5 02:01:05 2013
New Revision: 249125
URL: http://svnweb.freebsd.org/changeset/base/249125

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

Modified:
  head/sys/mips/atheros/ar71xx_ehci.c

Modified: head/sys/mips/atheros/ar71xx_ehci.c
==============================================================================
--- head/sys/mips/atheros/ar71xx_ehci.c	Fri Apr  5 01:38:13 2013	(r249124)
+++ head/sys/mips/atheros/ar71xx_ehci.c	Fri Apr  5 02:01:05 2013	(r249125)
@@ -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:


More information about the svn-src-all mailing list