home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / DriverKit / AMDPCSCSIDriver / AMDPCSCSIDriver_reloc.tproj / bringup.h < prev    next >
Encoding:
Text File  |  1995-02-10  |  721 b   |  37 lines

  1. /*
  2.  * AMD53C974 bringup flags.
  3.  */
  4. #import "AMD_ddm.h"
  5.  
  6. #define AUTO_SENSE_ENABLE        1
  7.  
  8. /*
  9.  * Section 6.7.1 of the spec says the DMA command register "must be written 
  10.  * twice to ensure proper operation". As of 31 Oct 94, this has not been
  11.  * necessary with the 79C974. Maybe it will be with the 53C974...
  12.  */
  13. #define WRITE_DMA_COMMAND_TWICE        0
  14.  
  15. /*
  16.  * Force disconnects for single target testing.
  17.  */
  18. #define FORCE_DISCONNECTS        0
  19.  
  20. /*
  21.  * Force really long timeout...
  22.  */
  23. #if    DDM_CONSOLE_LOG
  24. #define LONG_TIMEOUT    1
  25. #define OUR_TIMEOUT    200
  26. #endif    DDM_CONSOLE_LOG
  27.  
  28. /*
  29.  * Test interrupt latency elsewhere in the system.
  30.  */
  31. #define INTR_LATENCY_TEST        0
  32.  
  33. /*
  34.  * Force a STAT_QUEUE_FULL condition.
  35.  */
  36. #define TEST_QUEUE_FULL            0
  37.