Changeset 7df0c2ff in mainline for uspace/drv/bus/usb/ohci/hc.c
- Timestamp:
- 2012-07-23T09:32:52Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9c3ef44
- Parents:
- 7deca26 (diff), ea8b91d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.c
r7deca26 r7df0c2ff 66 66 .srcarg = 1, 67 67 .dstarg = 2, 68 .value = OHCI_USED_INTERRUPTS68 .value = 0 69 69 }, 70 70 { … … 132 132 cmds[0].addr = (void *) ®isters->interrupt_status; 133 133 cmds[3].addr = (void *) ®isters->interrupt_status; 134 OHCI_WR(cmds[1].value, OHCI_USED_INTERRUPTS); 134 135 135 136 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.