Changeset 5d36062 in mainline for uspace/drv/bus/usb/ohci/hc.c
- Timestamp:
- 2011-07-13T21:02:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 159100a
- Parents:
- ca2815e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.c
rca2815e r5d36062 93 93 ohci_regs_t *registers; 94 94 const int ret = pio_enable((void*)regs, reg_size, (void**)®isters); 95 if (ret != EOK) 96 return ret; 95 97 96 98 /* Some bogus access to force create mapping. DO NOT remove, … … 105 107 */ 106 108 registers->revision; 107 108 if (ret != EOK)109 return ret;110 109 111 110 memcpy(cmds, ohci_irq_commands, sizeof(ohci_irq_commands));
Note:
See TracChangeset
for help on using the changeset viewer.