VirtualBox

Changeset 2645 in vbox for trunk/src


Ignore:
Timestamp:
May 15, 2007 9:25:05 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21170
Message:

Better ATAPI passthrough error logging.

File:
1 edited

Legend:

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

    r2569 r2645  
    598598    AssertRC(rc);
    599599    LogBird(("ata: %x: signalling\n", pCtl->IOPortBase1));
    600     rc = PDMR3CritSectScheduleExitEvent(&pCtl->lock, pCtl->AsyncIOSem); 
     600    rc = PDMR3CritSectScheduleExitEvent(&pCtl->lock, pCtl->AsyncIOSem);
    601601    if (VBOX_FAILURE(rc))
    602602    {
     
    18451845    {
    18461846        if (s->cErrors++ < MAX_LOG_REL_ERRORS)
    1847             LogRel(("PIIX3 ATA: LUN#%d: CD-ROM passthrough command (%#04x) error %d\n", s->iLUN, s->aATAPICmd[0], uATAPISenseKey));
     1847            LogRel(("PIIX3 ATA: LUN#%d: CD-ROM passthrough command (%#04x) error %d %Vrc\n", s->iLUN, s->aATAPICmd[0], uATAPISenseKey, rc));
    18481848        atapiCmdError(s, uATAPISenseKey, 0);
    18491849        /* This is a drive-reported error. atapiCmdError() sets both the error
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