Changeset 64319 in vbox for trunk/src/VBox
- Timestamp:
- Oct 19, 2016 2:03:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/USB/DevOHCI.cpp
r64294 r64319 1219 1219 pThis->status = 0; 1220 1220 pThis->intr_status = 0; 1221 pThis->intr = OHCI_INTR_MASTER_INTERRUPT_ENABLED; /* (We follow the text and the not reset value column,) */1221 pThis->intr = 0; 1222 1222 1223 1223 pThis->hcca = 0; … … 3837 3837 } 3838 3838 3839 Log(("ohci: Updating HCCA on frame %#x\n", pThis->HcFmNumber)); 3839 3840 ohciPhysWrite(pThis, pThis->hcca + OHCI_HCCA_OFS, (uint8_t *)&hcca, sizeof(hcca)); 3840 3841 if (fWriteDoneHeadInterrupt)
Note:
See TracChangeset
for help on using the changeset viewer.