patch-2.1.87 linux/drivers/scsi/ibmmca.h
Next file: linux/drivers/scsi/pci2000.c
Previous file: linux/drivers/scsi/hosts.h
Back to the patch index
Back to the overall index
- Lines: 53
- Date:
Thu Feb 12 16:25:04 1998
- Orig file:
v2.1.86/linux/drivers/scsi/ibmmca.h
- Orig date:
Wed Feb 4 11:36:00 1998
diff -u --recursive --new-file v2.1.86/linux/drivers/scsi/ibmmca.h linux/drivers/scsi/ibmmca.h
@@ -19,29 +19,29 @@
extern struct proc_dir_entry proc_scsi_ibmmca;
/*initialization for Scsi_host_template type */
-#define IBMMCA { \
- NULL, /*next*/ \
- NULL, /*usage_count*/ \
- &proc_scsi_ibmmca, /*proc_dir*/ \
- ibmmca_proc_info, /*proc info fn*/ \
- "IBMMCA", /*name*/ \
- ibmmca_detect, /*detect fn*/ \
- ibmmca_release, /*release fn*/ \
- NULL, /*info fn*/ \
- ibmmca_command, /*command fn*/ \
- ibmmca_queuecommand, /*queuecommand fn*/ \
- ibmmca_abort, /*abort fn*/ \
- ibmmca_reset, /*reset fn*/ \
- NULL, /*slave_attach fn*/ \
- ibmmca_biosparam, /*bios fn*/ \
- 16, /*can_queue*/ \
- 7, /*set by detect*/ \
- 16, /*sg_tablesize*/ \
- 1, /*cmd_per_lun*/ \
- 0, /*present*/ \
- 0, /*unchecked_isa_dma*/ \
- ENABLE_CLUSTERING /*use_clustering*/ \
- }
+/*
+ * 2/8/98
+ * Note to maintainer of IBMMCA. Do not change this initializer back to
+ * the old format. Please ask eric@andante.jic.com if you have any questions
+ * about this, but it will break things in the future.
+ */
+#define IBMMCA { \
+ proc_dir: &proc_scsi_ibmmca, /*proc_dir*/ \
+ proc_info: ibmmca_proc_info, /*proc info fn*/ \
+ name: "IBMMCA", /*name*/ \
+ detect: ibmmca_detect, /*detect fn*/ \
+ release: ibmmca_release, /*release fn*/ \
+ command: ibmmca_command, /*command fn*/ \
+ queuecommand: ibmmca_queuecommand, /*queuecommand fn*/ \
+ abort: ibmmca_abort, /*abort fn*/ \
+ reset: ibmmca_reset, /*reset fn*/ \
+ bios_param: ibmmca_biosparam, /*bios fn*/ \
+ can_queue: 16, /*can_queue*/ \
+ this_id: 7, /*set by detect*/ \
+ sg_tablesize: 16, /*sg_tablesize*/ \
+ cmd_per_lun: 1, /*cmd_per_lun*/ \
+ use_clustering: ENABLE_CLUSTERING /*use_clustering*/ \
+ }
#endif /* _IBMMCA_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov