Changeset f1d16663 in mainline for uspace/drv/ohci/ohci.c
- Timestamp:
- 2011-05-07T08:45:37Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bba0dc20
- Parents:
- 9350e837
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/ohci.c
r9350e837 rf1d16663 152 152 usb_log_debug("Memory mapped regs at %p (size %zu), IRQ %d.\n", 153 153 (void *) mem_reg_base, mem_reg_size, irq); 154 155 ret = pci_disable_legacy(device);156 CHECK_RET_DEST_FUN_RETURN(ret,157 "Failed(%d) to disable legacy USB: %s.\n", ret, str_error(ret));158 154 159 155 bool interrupts = false; … … 220 216 "Failed(%d) to register OHCI root hub.\n", ret); 221 217 218 hc_start_hw(&instance->hc); 222 219 return EOK; 223 220 #undef CHECK_RET_FINI_RETURN
Note:
See TracChangeset
for help on using the changeset viewer.