Changeset 30382 in vbox for trunk/src/VBox
- Timestamp:
- Jun 23, 2010 9:23:34 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62990
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r30224 r30382 4940 4940 #endif 4941 4941 4942 if (!cOutstandingTasks) 4943 ahciSendSDBFis(pAhciPort, 0, true); 4942 /* Always raise an interrupt after task completion; delaying 4943 * this (interrupt coalescing) increases latency and has a significant 4944 * impact on performance (see #5071) 4945 */ 4946 ahciSendSDBFis(pAhciPort, 0, true); 4944 4947 } 4945 4948 else
Note:
See TracChangeset
for help on using the changeset viewer.