Date: Thu, 3 Sep 2009 18:27:55 +0000 (UTC) From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r196795 - projects/mips/sys/mips/atheros Message-ID: <200909031827.n83IRtu8041433@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909031827.n83IRtu8041433>