- Timestamp:
- May 15, 2007 9:25:05 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21170
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r2569 r2645 598 598 AssertRC(rc); 599 599 LogBird(("ata: %x: signalling\n", pCtl->IOPortBase1)); 600 rc = PDMR3CritSectScheduleExitEvent(&pCtl->lock, pCtl->AsyncIOSem); 600 rc = PDMR3CritSectScheduleExitEvent(&pCtl->lock, pCtl->AsyncIOSem); 601 601 if (VBOX_FAILURE(rc)) 602 602 { … … 1845 1845 { 1846 1846 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)); 1848 1848 atapiCmdError(s, uATAPISenseKey, 0); 1849 1849 /* This is a drive-reported error. atapiCmdError() sets both the error
Note:
See TracChangeset
for help on using the changeset viewer.