Correct an EHCI register write.

MFC after:	1 week
Reported by:	aseem.jolly@gmail.com
This commit is contained in:
Hans Petter Selasky 2013-08-12 06:09:28 +00:00
parent ea14379eaa
commit fcd51bb4fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254238

View File

@ -259,7 +259,7 @@ ehci_init_sub(struct ehci_softc *sc)
DPRINTF("HCC uses 64-bit structures\n");
/* MUST clear segment register if 64 bit capable */
EWRITE4(sc, EHCI_CTRLDSSEGMENT, 0);
EOWRITE4(sc, EHCI_CTRLDSSEGMENT, 0);
}
usbd_get_page(&sc->sc_hw.pframes_pc, 0, &buf_res);