patch-2.3.19 linux/drivers/scsi/eata.h
Next file: linux/drivers/scsi/ibmmca.c
Previous file: linux/drivers/scsi/eata.c
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
Mon Oct 4 14:35:00 1999
- Orig file:
v2.3.18/linux/drivers/scsi/eata.h
- Orig date:
Wed Aug 18 16:44:23 1999
diff -u --recursive --new-file v2.3.18/linux/drivers/scsi/eata.h linux/drivers/scsi/eata.h
@@ -16,12 +16,10 @@
int eata2x_old_reset(Scsi_Cmnd *, unsigned int);
int eata2x_biosparam(Disk *, kdev_t, int *);
-#define EATA_VERSION "4.33.00"
+#define EATA_VERSION "5.11.00"
#define LinuxVersionCode(v, p, s) (((v)<<16)+((p)<<8)+(s))
-#if LINUX_VERSION_CODE >= LinuxVersionCode(2,1,101)
-
#define EATA { \
name: "EATA/DMA 2.0x rev. " EATA_VERSION " ", \
detect: eata2x_detect, \
@@ -39,22 +37,5 @@
use_clustering: ENABLE_CLUSTERING, \
use_new_eh_code: 1 /* Enable new error code */ \
}
-
-#else /* Use old scsi code */
-
-#define EATA { \
- name: "EATA/DMA 2.0x rev. " EATA_VERSION " ", \
- detect: eata2x_detect, \
- release: eata2x_release, \
- queuecommand: eata2x_queuecommand, \
- abort: eata2x_old_abort, \
- reset: eata2x_old_reset, \
- bios_param: eata2x_biosparam, \
- this_id: 7, \
- unchecked_isa_dma: 1, \
- use_clustering: ENABLE_CLUSTERING \
- }
-
-#endif
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)