Initio SCSI Miniport

SUMMARY

This directory contains the miniport driver for INI-9100U/UW PCI_UltraSCSI Bus Master Controllers. This driver exports several functions that are used by Scsiport.sys to issue SCSI requests to the devices attached to the controller, process adapter interrupts, and various other SCSI activities.

This driver is also responsible shutting down the controller during device removal or power management operations.

BUILDING THE SAMPLE

To build the sample, open a DDK command window, change to the \\Ntddk\Src\Storage\Miniport\Initio directory, and type build. This will produce one binary: Ini910u.sys.

This driver has been tested on all 32-bit versions of Microsoft® Windows® 2000. It compiles under Microsoft Visual C® 6.0 and compiles without errors for 64-bit systems, but binaries have not been tested in these cases.

RESOURCES

More information on SCSI miniports can be found in the DDK.

CODE TOUR

File Manifest

File		Description

Ini910u.c	Implements the SCSI miniport for the INI-9100U/UW PCI_UltraSCSI Bus Master Controller.
I950.h   	Main include file for the miniport
Ini910u.rc	Resource definitions
Ini910u.htm	Documentation for this sample (this file)
Sources		DDK build instructions

Top of page

© 1999 Microsoft Corporation