patch-2.1.75 linux/drivers/scsi/u14-34f.h
Next file: linux/drivers/scsi/ultrastor.h
Previous file: linux/drivers/scsi/t128.h
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Sun Dec 21 17:04:49 1997
- Orig file:
v2.1.74/linux/drivers/scsi/u14-34f.h
- Orig date:
Tue Sep 23 16:48:48 1997
diff -u --recursive --new-file v2.1.74/linux/drivers/scsi/u14-34f.h linux/drivers/scsi/u14-34f.h
@@ -13,27 +13,16 @@
#define U14_34F_VERSION "3.11.00"
-#define ULTRASTOR_14_34F { \
- NULL, /* Ptr for modules */ \
- NULL, /* usage count for modules */ \
- NULL, \
- NULL, \
- "UltraStor 14F/34F rev. " U14_34F_VERSION " ", \
- u14_34f_detect, \
- u14_34f_release, \
- NULL, \
- NULL, \
- u14_34f_queuecommand, \
- u14_34f_abort, \
- u14_34f_reset, \
- NULL, \
- u14_34f_biosparam, \
- 0, /* can_queue, reset by detect */ \
- 7, /* this_id, reset by detect */ \
- 0, /* sg_tablesize, reset by detect */ \
- 0, /* cmd_per_lun, reset by detect */ \
- 0, /* number of boards present */ \
- 1, /* unchecked isa dma, reset by detect */ \
- ENABLE_CLUSTERING \
+#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_abort, \
+ reset: u14_34f_reset, \
+ bios_param: u14_34f_biosparam, \
+ this_id: 7, /* this_id, reset by detect */ \
+ unchecked_isa_dma: 1, /* unchecked isa dma, reset by detect */ \
+ use_clustering: ENABLE_CLUSTERING \
}
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov