This a generic Pci express device driver that enable user to access the device without caring much of the Pci express protocol in user mode. An utility program was built to help user in developing the application based on the given skeleton.
This sample provides a generic example of a Pci IDE minidriver. The sample isolates vendor-specific code from the higher-level Pci IDE bus driver, much as SCSI minidrivers isolate code from the SCSI port driver. See the Release Notes section for more information.
This sample works on both x86 and Alpha platforms, and is 64-bit compliant. It builds with Microsoft® Visual C® 6.0. It does not implement Plug and Play or Power Management.