patch-2.3.19 linux/drivers/scsi/u14-34f.h
Next file: linux/drivers/scsi/wd33c93.h
Previous file: linux/drivers/scsi/u14-34f.c
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
Mon Oct 4 14:34:59 1999
- Orig file:
v2.3.18/linux/drivers/scsi/u14-34f.h
- Orig date:
Wed Aug 18 16:44:20 1999
diff -u --recursive --new-file v2.3.18/linux/drivers/scsi/u14-34f.h linux/drivers/scsi/u14-34f.h
@@ -16,12 +16,10 @@
int u14_34f_old_reset(Scsi_Cmnd *, unsigned int);
int u14_34f_biosparam(Disk *, kdev_t, int *);
-#define U14_34F_VERSION "4.33.00"
+#define U14_34F_VERSION "5.11.00"
#define LinuxVersionCode(v, p, s) (((v)<<16)+((p)<<8)+(s))
-#if LINUX_VERSION_CODE >= LinuxVersionCode(2,1,101)
-
#define ULTRASTOR_14_34F { \
name: "UltraStor 14F/34F rev. " U14_34F_VERSION " ", \
detect: u14_34f_detect, \
@@ -39,22 +37,5 @@
use_clustering: ENABLE_CLUSTERING, \
use_new_eh_code: 1 /* Enable new error code */ \
}
-
-#else /* Use old scsi code */
-
-#define ULTRASTOR_14_34F { \
- name: "UltraStor 14F/34F rev. " U14_34F_VERSION " ", \
- detect: u14_34f_detect, \
- release: u14_34f_release, \
- queuecommand: u14_34f_queuecommand, \
- abort: u14_34f_old_abort, \
- reset: u14_34f_old_reset, \
- bios_param: u14_34f_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)