Go to the documentation of this file.
32 #define MACSCSI_PUBLIC_RELEASE 2
45 #define SG_TABLESIZE SG_NONE
48 #ifndef USE_TAGGED_QUEUING
49 #define USE_TAGGED_QUEUING 0
56 #define NCR5380_implementation_fields \
59 #define NCR5380_local_declare() \
60 struct Scsi_Host *_instance
62 #define NCR5380_setup(instance) \
65 #define NCR5380_read(reg) macscsi_read(_instance, reg)
66 #define NCR5380_write(reg, value) macscsi_write(_instance, reg, value)
68 #define NCR5380_pread macscsi_pread
69 #define NCR5380_pwrite macscsi_pwrite
71 #define NCR5380_intr macscsi_intr
72 #define NCR5380_queue_command macscsi_queue_command
73 #define NCR5380_abort macscsi_abort
74 #define NCR5380_bus_reset macscsi_bus_reset
75 #define NCR5380_proc_info macscsi_proc_info
77 #define BOARD_NORMAL 0
78 #define BOARD_NCR53C400 1