NCR_D700.h 801 B

1234567891011121314151617181920212223242526272829
  1. /* -*- mode: c; c-basic-offset: 8 -*- */
  2. /* NCR Dual 700 MCA SCSI Driver
  3. *
  4. * Copyright (C) 2001 by James.Bottomley@HansenPartnership.com
  5. */
  6. #ifndef _NCR_D700_H
  7. #define _NCR_D700_H
  8. /* Don't turn on debugging messages */
  9. #undef NCR_D700_DEBUG
  10. /* The MCA identifier */
  11. #define NCR_D700_MCA_ID 0x0092
  12. /* Defines for the Board registers */
  13. #define BOARD_RESET 0x80 /* board level reset */
  14. #define ADD_PARENB 0x04 /* Address Parity Enabled */
  15. #define DAT_PARENB 0x01 /* Data Parity Enabled */
  16. #define SFBK_ENB 0x10 /* SFDBK Interrupt Enabled */
  17. #define LED0GREEN 0x20 /* Led 0 (red 0; green 1) */
  18. #define LED1GREEN 0x40 /* Led 1 (red 0; green 1) */
  19. #define LED0RED 0xDF /* Led 0 (red 0; green 1) */
  20. #define LED1RED 0xBF /* Led 1 (red 0; green 1) */
  21. #define NCR_D700_CLOCK_MHZ 50
  22. #endif