Changeset 26285 in vbox for trunk/src/VBox/Devices/Storage/DevATA.cpp
- Timestamp:
- Feb 5, 2010 1:45:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r26173 r26285 684 684 685 685 686 static const ATARequest g_ataDMARequest = { ATA_AIO_DMA, }; 687 static const ATARequest g_ataPIORequest = { ATA_AIO_PIO, }; 688 static const ATARequest g_ataResetARequest = { ATA_AIO_RESET_ASSERTED, }; 689 static const ATARequest g_ataResetCRequest = { ATA_AIO_RESET_CLEARED, }; 690 686 static const ATARequest g_ataDMARequest = { ATA_AIO_DMA, { { 0, 0, 0, 0, 0 } } }; 687 static const ATARequest g_ataPIORequest = { ATA_AIO_PIO, { { 0, 0, 0, 0, 0 } } }; 688 static const ATARequest g_ataResetARequest = { ATA_AIO_RESET_ASSERTED, { { 0, 0, 0, 0, 0 } } }; 689 static const ATARequest g_ataResetCRequest = { ATA_AIO_RESET_CLEARED, { { 0, 0, 0, 0, 0 } } }; 691 690 692 691 static void ataAsyncIOClearRequests(PATACONTROLLER pCtl)
Note:
See TracChangeset
for help on using the changeset viewer.