DOC: SCSI Miniport's Use of the SRB DataBufferLast reviewed: January 8, 1997Article ID: Q140268 |
The information in this article applies to:
SUMMARYThe Windows NT DDK documentation incorrectly states that SCSI miniports should not use the SRB DataBuffer as a data pointer unless the miniport sets MapBuffers to TRUE in the PORT_CONFIGURATION_INFORMATION structure for the HBA, nor should it be used for SRB_FUNCTION_IO_CONTROL requests. This information is incorrect with regard to SRB_FUNCTION_IO_CONTROL requests. As a general rule, SCSI miniports should not use the SRB DataBuffer as a data pointer unless they set MapBuffers to TRUE. However, in the case of SRB_IO_FUNCTION_CONTROL requests, SCSI miniports can use SRB DataBuffer regardless of the value of MapBuffers. This documentation error has been corrected in the Windows NT DDK version 4.0 online documentation.
|
KBCategory: kbprg kbdocerr kbdocfix
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |