VirtualBox

Changeset 55725 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
May 7, 2015 1:51:37 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100137
Message:

DevAHCI: print the actual unknown command

File:
1 edited

Legend:

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

    r54960 r55725  
    64756475            break;
    64766476        default: /* For debugging purposes. */
    6477             AssertMsgFailed(("Unknown command issued\n"));
     6477            AssertMsgFailed(("Unknown command issued (%#x)\n", pCmdFis[AHCI_CMDFIS_CMD]));
    64786478            pAhciReq->uATARegError = ABRT_ERR;
    64796479            pAhciReq->uATARegStatus = ATA_STAT_READY | ATA_STAT_ERR;
Note: See TracChangeset for help on using the changeset viewer.

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