Changeset 57902 in vbox
- Timestamp:
- Sep 25, 2015 4:28:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r57709 r57902 7731 7731 pAhciPort->PCHSGeometry.cHeads = 0; 7732 7732 pAhciPort->PCHSGeometry.cSectors = 0; 7733 LogRel(("AHCI LUN#%d: CD/DVD, total number of sectors %Ld, passthrough %s\n", pAhciPort->iLUN, pAhciPort->cTotalSectors, (pAhciPort->fATAPIPassthrough ? "enabled" : "disabled"))); 7733 LogRel(("AHCI: LUN#%d: CD/DVD, total number of sectors %Ld, passthrough %s\n", pAhciPort->iLUN, 7734 pAhciPort->cTotalSectors, (pAhciPort->fATAPIPassthrough ? "enabled" : "disabled"))); 7734 7735 } 7735 7736 else
Note:
See TracChangeset
for help on using the changeset viewer.