VirtualBox

Changeset 42568 in vbox


Ignore:
Timestamp:
Aug 3, 2012 9:23:29 AM (12 years ago)
Author:
vboxsync
Message:

ATA: Log the LUN of the stuck I/O thread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r42324 r42568  
    45954595                    if ((u64ResetTimeStop - pCtl->u64ResetTime) >= 10)
    45964596                    {
    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));
    45984598                        pCtl->u64ResetTime = u64ResetTimeStop;
    45994599                        RTThreadPoke(pCtl->AsyncIOThread);
     
    60046004    {
    60056005        /* 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.
    60076007         * Undocumented, but observed on a real PIIX4 system.
    60086008         */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette