How to use this code;

1.  The file TAZ_DEF2.DOC contains a description of all the function calls provided by this code.
2.  The code is grouped in general .c files. PCI function calls are found in PCI.C, SCSI functions are found in 8XX_SCSI.C etc... Two SCRIPTS files have been provided. The MAINT_SC.SS contains the code for general SCSI maintaince (Test Unit Read, Inquirey). The RW_SCR.SS provided the engine for actually moving data to the SCSI bus.
3.  Generally, your test code goes in the test.c file. Include any other nessasry files (PCI.C, 8XX_SCSI.c etct...)
4.  This code should be ANSI compatable, and therefore should work under any ANSI compatable complier. This code was orginally compiled under Borland 4.5.
 
