PCI Device Project README ======================== This project creates a driver for a single physical PCI device that manages 4 logical PCI devices. The project also can emulate hardware, via the compiler flag DEBUG_NO_HW. When this flag is set, device interrupts and output are emulated in software. Implements all of the required driver API functions. This project was created as part of Bob Herold's talk on device drivers at the 1997 Boston Developer's Conference. Transcripts of this talk should be available at www.be.com Files ===== The archive should contain the following files: README.PCIDevice -- This file pci_dev.proj -- Metrowerks project file pci_dev.c -- Source files pci_dev.h