Changeset 55725 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- May 7, 2015 1:51:37 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100137
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r54960 r55725 6475 6475 break; 6476 6476 default: /* For debugging purposes. */ 6477 AssertMsgFailed(("Unknown command issued \n"));6477 AssertMsgFailed(("Unknown command issued (%#x)\n", pCmdFis[AHCI_CMDFIS_CMD])); 6478 6478 pAhciReq->uATARegError = ABRT_ERR; 6479 6479 pAhciReq->uATARegStatus = ATA_STAT_READY | ATA_STAT_ERR;
Note:
See TracChangeset
for help on using the changeset viewer.