Changeset 42568 in vbox
- Timestamp:
- Aug 3, 2012 9:23:29 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r42324 r42568 4595 4595 if ((u64ResetTimeStop - pCtl->u64ResetTime) >= 10) 4596 4596 { 4597 LogRel(("PIIX3 ATA : Async I/O thread probably stuck in operation, interrupting\n"));4597 LogRel(("PIIX3 ATA LUN#%d: Async I/O thread probably stuck in operation, interrupting\n", s->iLUN)); 4598 4598 pCtl->u64ResetTime = u64ResetTimeStop; 4599 4599 RTThreadPoke(pCtl->AsyncIOThread); … … 6004 6004 { 6005 6005 /* Reads from the other command block registers should be 8-bit only. 6006 * If they are not, the low byte is propagated to the high bits. 6006 * If they are not, the low byte is propagated to the high bits. 6007 6007 * Undocumented, but observed on a real PIIX4 system. 6008 6008 */
Note:
See TracChangeset
for help on using the changeset viewer.

