Changeset 53624 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Dec 31, 2014 2:59:44 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97393
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvBlock.cpp
r53148 r53624 151 151 static DECLCALLBACK(int) drvblockReadPcBios(PPDMIBLOCK pInterface, uint64_t off, void *pvBuf, size_t cbRead) 152 152 { 153 PDRVBLOCK pThis = PDMIBLOCK_2_DRVBLOCK(pInterface); 153 PDRVBLOCK pThis = PDMIBLOCK_2_DRVBLOCK(pInterface); 154 154 155 155 /* -
trunk/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h
r52713 r53624 265 265 * @param uSCSISenseKey The SCSI sense key to set. 266 266 * @param uSCSIASC The ASC value. 267 * @param uSCSIASC The ASCQ value. 267 * @param uSCSIASC The ASCQ value. 268 268 * @param uInfo The 32-bit sense information. 269 269 */
Note:
See TracChangeset
for help on using the changeset viewer.