Changeset 38675 in vbox for trunk/src/VBox
- Timestamp:
- Sep 7, 2011 12:58:25 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 73891
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r38674 r38675 7984 7984 pAhciPort->cTotalSectors)); 7985 7985 if (pAhciPort->pDrvBlock->pfnDiscard) 7986 LogRel(("AHCI: LUN#%d: Enabled TRIM support\n" ));7986 LogRel(("AHCI: LUN#%d: Enabled TRIM support\n", pAhciPort->iLUN)); 7987 7987 } 7988 7988 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.