diff options
Diffstat (limited to 'drivers/scsi/pas16.h')
-rw-r--r-- | drivers/scsi/pas16.h | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/drivers/scsi/pas16.h b/drivers/scsi/pas16.h index aa528f53c533..c6109c80050b 100644 --- a/drivers/scsi/pas16.h +++ b/drivers/scsi/pas16.h | |||
@@ -18,26 +18,12 @@ | |||
18 | * Media Vision | 18 | * Media Vision |
19 | * (510) 770-8600 | 19 | * (510) 770-8600 |
20 | * (800) 348-7116 | 20 | * (800) 348-7116 |
21 | * | ||
22 | * and | ||
23 | * | ||
24 | * NCR 5380 Family | ||
25 | * SCSI Protocol Controller | ||
26 | * Databook | ||
27 | * | ||
28 | * NCR Microelectronics | ||
29 | * 1635 Aeroplaza Drive | ||
30 | * Colorado Springs, CO 80916 | ||
31 | * 1+ (719) 578-3400 | ||
32 | * 1+ (800) 334-5454 | ||
33 | */ | 21 | */ |
34 | 22 | ||
35 | 23 | ||
36 | #ifndef PAS16_H | 24 | #ifndef PAS16_H |
37 | #define PAS16_H | 25 | #define PAS16_H |
38 | 26 | ||
39 | #define PAS16_PUBLIC_RELEASE 3 | ||
40 | |||
41 | #define PDEBUG_INIT 0x1 | 27 | #define PDEBUG_INIT 0x1 |
42 | #define PDEBUG_TRANSFER 0x2 | 28 | #define PDEBUG_TRANSFER 0x2 |
43 | 29 | ||
@@ -114,12 +100,6 @@ | |||
114 | 100 | ||
115 | 101 | ||
116 | #ifndef ASM | 102 | #ifndef ASM |
117 | static int pas16_abort(Scsi_Cmnd *); | ||
118 | static int pas16_biosparam(struct scsi_device *, struct block_device *, | ||
119 | sector_t, int*); | ||
120 | static int pas16_detect(struct scsi_host_template *); | ||
121 | static int pas16_queue_command(struct Scsi_Host *, struct scsi_cmnd *); | ||
122 | static int pas16_bus_reset(Scsi_Cmnd *); | ||
123 | 103 | ||
124 | #ifndef CMD_PER_LUN | 104 | #ifndef CMD_PER_LUN |
125 | #define CMD_PER_LUN 2 | 105 | #define CMD_PER_LUN 2 |
@@ -161,6 +141,7 @@ static int pas16_bus_reset(Scsi_Cmnd *); | |||
161 | #define NCR5380_queue_command pas16_queue_command | 141 | #define NCR5380_queue_command pas16_queue_command |
162 | #define NCR5380_abort pas16_abort | 142 | #define NCR5380_abort pas16_abort |
163 | #define NCR5380_bus_reset pas16_bus_reset | 143 | #define NCR5380_bus_reset pas16_bus_reset |
144 | #define NCR5380_info pas16_info | ||
164 | #define NCR5380_show_info pas16_show_info | 145 | #define NCR5380_show_info pas16_show_info |
165 | #define NCR5380_write_info pas16_write_info | 146 | #define NCR5380_write_info pas16_write_info |
166 | 147 | ||