The information in this article applies to:
SUMMARYThe current implementation for SCSI miniports does not allow an IDE controller to transfer both PIO and busmaster DMA intermixed on a single channel. The miniport must either do PIO or busmaster DMA on a channel, not a mix of the two transfer methods. Note that one channel may be set up to do only PIO transfers, while a second channel may be set up to do only busmaster DMA. MORE INFORMATION
During the HwScsiFindAdapter routine, the miniport should determine the
devices connected to the channel. If there is one PIO device and one DMA
device connected, the miniport must only do PIO transfers and change the
PORT_CONFIGURATION_STRUCTURE so Master is TRUE and NeedPhysicalAddresses is
FALSE.
Keywords : |
Last Reviewed: March 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |