Correct an EHCI register write.
MFC after: 1 week Reported by: aseem.jolly@gmail.com
This commit is contained in:
parent
5690f2820a
commit
2688b2d971
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user