svn commit: r196795 - projects/mips/sys/mips/atheros
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Thu Sep 3 18:27:55 UTC 2009
Author: gonzo
Date: Thu Sep 3 18:27:55 2009
New Revision: 196795
URL: http://svn.freebsd.org/changeset/base/196795
Log:
- Remove flags accidently brought by dumb cut'n'paste coding
Modified:
projects/mips/sys/mips/atheros/ar71xx_ehci.c
Modified: projects/mips/sys/mips/atheros/ar71xx_ehci.c
==============================================================================
--- projects/mips/sys/mips/atheros/ar71xx_ehci.c Thu Sep 3 18:23:23 2009 (r196794)
+++ projects/mips/sys/mips/atheros/ar71xx_ehci.c Thu Sep 3 18:27:55 2009 (r196795)
@@ -190,12 +190,7 @@ ar71xx_ehci_attach(device_t self)
* which means port speed must be read from the Port Status
* register following a port enable.
*/
- sc->sc_flags |= EHCI_SCFLG_TT
- | EHCI_SCFLG_SETMODE
- | EHCI_SCFLG_BIGEDESC
- | EHCI_SCFLG_BIGEMMIO
- | EHCI_SCFLG_NORESTERM
- ;
+ sc->sc_flags = EHCI_SCFLG_SETMODE;
(void) ehci_reset(sc);
err = ehci_init(sc);
More information about the svn-src-projects
mailing list