Changes in uspace/drv/ohci/hc.c [03cfda08:c8eddf4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.c
r03cfda08 rc8eddf4 334 334 { 335 335 assert(instance); 336 usb_log_debug("Requesting OHCI control.\n"); 336 337 /* Turn off legacy emulation */ 337 338 volatile uint32_t *ohci_emulation_reg = … … 339 340 usb_log_debug("OHCI legacy register %p: %x.\n", 340 341 ohci_emulation_reg, *ohci_emulation_reg); 341 *ohci_emulation_reg = 0;342 *ohci_emulation_reg &= ~0x1; 342 343 343 344 /* Interrupt routing enabled => smm driver is active */
Note:
See TracChangeset
for help on using the changeset viewer.