Changeset eb212e7 in mainline for uspace/drv/bus/usb/ohci/hc.c
- Timestamp:
- 2011-07-12T22:29:16Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ca2815e
- Parents:
- fc6e607
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.c
rfc6e607 reb212e7 97 97 * unless whole virtual addresses in irq is replaced 98 98 * NOTE: Compiler won't remove this as ohci_regs_t members 99 * are declared volatile. */ 99 * are declared volatile. 100 * 101 * Introducing CMD_MEM set of IRQ code commands broke 102 * assumption that IRQ code does not cause page faults. 103 * If this happens during idling (THREAD == NULL) 104 * it causes kernel panic. 105 */ 100 106 registers->revision; 101 107
Note:
See TracChangeset
for help on using the changeset viewer.