Changeset 81862 in vbox
- Timestamp:
- Nov 15, 2019 4:01:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r81860 r81862 952 952 * yet processed (but has cleared the request queue) is lost. 953 953 * 954 * @param pDevIns The device instance. 954 955 * @param pCtl Controller for which to remove the request. 955 956 * @param ReqType Type of the request to remove. … … 976 977 * overwritten. 977 978 * 979 * @param pDevIns The device instance. 978 980 * @param pCtl Controller for which to dump the queue. 979 981 */ … … 1028 1030 * or whether a particular controller is idle. 1029 1031 * 1032 * @param pDevIns The device instance. 1030 1033 * @param pCtl Controller for which to check the queue. 1031 1034 * @param fStrict If set then the controller is checked to be idle. … … 5546 5549 * this function cannot handle empty transfers. 5547 5550 * 5548 * @param pCtl Controller for which to perform the transfer. 5551 * @param pDevIns The device instance. 5552 * @param pCtl Controller for which to perform the transfer, shared bits. 5553 * @param pCtlR3 The ring-3 controller state. 5549 5554 */ 5550 5555 static void ataR3DMATransfer(PPDMDEVINS pDevIns, PATACONTROLLER pCtl, PATACONTROLLERR3 pCtlR3)
Note:
See TracChangeset
for help on using the changeset viewer.