Changeset 049eb87 in mainline for uspace/drv/ohci/hc.c
- Timestamp:
- 2011-04-07T09:01:07Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41c1f7b, fd3940c1
- Parents:
- 506d330
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.c
r506d330 r049eb87 183 183 * maintain reset for at least the time specified in USB spec (50 ms)*/ 184 184 async_usleep(50000); 185 186 /* turn off legacy emulation */ 187 volatile uint32_t *ohci_emulation_reg = 188 (uint32_t*)((char*)instance->registers + 0x100); 189 usb_log_info("OHCI legacy register status %p: %x.\n", 190 ohci_emulation_reg, *ohci_emulation_reg); 191 *ohci_emulation_reg = 0; 192 185 193 } 186 194 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.