patch-2.1.75 linux/drivers/scsi/ibmmca.h
Next file: linux/drivers/scsi/ide-scsi.h
Previous file: linux/drivers/scsi/hosts.h
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Sun Dec 21 17:04:49 1997
- Orig file:
v2.1.74/linux/drivers/scsi/ibmmca.h
- Orig date:
Mon Oct 20 10:36:52 1997
diff -u --recursive --new-file v2.1.74/linux/drivers/scsi/ibmmca.h linux/drivers/scsi/ibmmca.h
@@ -19,28 +19,22 @@
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*/ \
+#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