Changeset 38481 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Aug 16, 2011 3:37:19 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73536
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r38470 r38481 939 939 * 940 940 * @returns nothing. 941 * @param pBusLogicR Pointer to the Bub sLogic device instance.941 * @param pBusLogicR Pointer to the BubLogic device instance. 942 942 * @param pTaskState Pointer to the task state with the mailbox to send. 943 943 * @param uHostAdapterStatus The host adapter status code to set. … … 2407 2407 * 2408 2408 * @returns nothing. 2409 * @param pThis The LsiLogic device instance.2409 * @param pThis The BusLogic device instance. 2410 2410 */ 2411 2411 static void buslogicKick(PBUSLOGIC pThis) … … 2733 2733 * Checks if all asynchronous I/O is finished. 2734 2734 * 2735 * Used by lsilogicReset, lsilogicSuspend and lsilogicPowerOff.2735 * Used by buslogicReset, buslogicSuspend and buslogicPowerOff. 2736 2736 * 2737 2737 * @returns true if quiesced, false if busy. … … 2756 2756 2757 2757 /** 2758 * Callback employed by lsilogicR3Suspend and lsilogicR3PowerOff..2758 * Callback employed by buslogicR3Suspend and buslogicR3PowerOff.. 2759 2759 * 2760 2760 * @returns true if we've quiesced, false if we're still working.
Note:
See TracChangeset
for help on using the changeset viewer.