PSS ID Number: 140610
Article Last Modified on 3/6/1999
The information in this article applies to:
- Microsoft Win32 Device Driver Kit (DDK) for Windows NT 3.5
This article was previously published under Q140610
SYMPTOMS
On systems with more than one PCI bus, the SCSI miniport might not receive
the adapter-specific parameters specified in the registry for the adapters
on the non-primary PCI bus. This affects the SCSIPORT parameters like
DisableTaggedQueuing, DisableSynchronousTransfers, and DisableDisconnects
as well as others.
For information on setting parameters for SCSI miniport drivers, please see
the Windows NT DDK documentation.
STATUS
This is a limitation on the Scsiport.sys driver when used on a system with
multiple PCI busses and there are no plans to modify the driver. As a work-
around, set the registry as follows:
For the first PCI adapter, use Device0. If the second PCI adapter is on the
same PCI bus as the first adapter, use Device1. If the second PCI adapter
is on the next PCI bus scanned, use Device2 for the second adapter.
Everytime a new PCI bus is scanned, increment the DeviceX string by two
rather than one.
Additional query words: 3.50
Keywords: KB140610
Technology: kbAudDeveloper kbWin32DDKNT350 kbWin32DDKNTSearch kbWin32DDKSearch kbWin32sSearch kbWinDDKSearch