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