Changes between Initial Version and Version 1 of Ticket #8, comment 5
- Timestamp:
- Sep 29, 2011, 7:12:11 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8, comment 5
initial v1 3 3 There's a feature in AHCI which allows collecting completion events in order to have a single interrupt for servicing multiple completions which comes with an artificial interrupt delay but this feature is not used by OS2AHCI. I could imagine the following reasons for this behavior: 4 4 5 * The adapter switches to delayed interrupt signaling when using NCQ. I would need to check this; so far, I ha ben't heard about such a "feature"5 * The adapter switches to delayed interrupt signaling when using NCQ. I would need to check this; so far, I haven't heard about such a "feature" 6 6 * The device itself introduces an artificial delay processing NCQ requests. Same thing: I would need to investigate. 7 7