Embedded Systems
simulate.txt
Associated article: Simulation and Device-Driver Development
Tags: Embedded Systems
Published source code accompanying the article by Eddy Quicksall and Ken Gibson in which they present a simulation environment for developing device drivers. To illustrate its use, they use the sample Adaptec AHA-1540 SCSI miniport driver that comes with the Windows NT DDK. Also see SIMULATE.ZIP.
_Simulation and Device Driver Development_ by Eddy Quicksall and Ken Gibson Listing One // ScsiPortWritePortUchar and ScsiPortReadPortUchar // These functions are used by the driver to read and write to I/O mapped // registers. Routines are used to simulate the Adaptec 1540. Writing ...


