Changeset 30224 in vbox for trunk/src/VBox/Devices/Storage/DevAHCI.cpp
- Timestamp:
- Jun 16, 2010 1:55:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r30111 r30224 4829 4829 { 4830 4830 unsigned cSGEntry = 0; 4831 int cbCopied = 0;4831 size_t cbCopied = 0; 4832 4832 PRTSGSEG pSGEntry = &pAhciPortTaskState->pSGListHead[cSGEntry]; 4833 4833 uint8_t *pu8Buf = (uint8_t *)pvBuf;
Note:
See TracChangeset
for help on using the changeset viewer.