patch-2.3.14 linux/drivers/scsi/cyberstormII.h
Next file: linux/drivers/scsi/fastlane.c
Previous file: linux/drivers/scsi/cyberstormII.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Wed Aug 18 10:00:52 1999
- Orig file:
v2.3.13/linux/drivers/scsi/cyberstormII.h
- Orig date:
Tue Jun 22 14:43:06 1999
diff -u --recursive --new-file v2.3.13/linux/drivers/scsi/cyberstormII.h linux/drivers/scsi/cyberstormII.h
@@ -34,6 +34,7 @@
extern int cyberII_esp_detect(struct SHT *);
+extern int cyberII_esp_release(struct Scsi_Host *);
extern const char *esp_info(struct Scsi_Host *);
extern int esp_queue(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
extern int esp_command(Scsi_Cmnd *);
@@ -43,9 +44,10 @@
int hostno, int inout);
#define SCSI_CYBERSTORMII { proc_dir: &proc_scsi_esp, \
+ proc_info: esp_proc_info, \
name: "CyberStorm Mk II SCSI", \
detect: cyberII_esp_detect, \
- release: NULL, \
+ release: cyberII_esp_release, \
queuecommand: esp_queue, \
abort: esp_abort, \
reset: esp_reset, \
@@ -53,7 +55,6 @@
this_id: 7, \
sg_tablesize: SG_ALL, \
cmd_per_lun: 1, \
- use_clustering: DISABLE_CLUSTERING }
+ use_clustering: ENABLE_CLUSTERING }
#endif /* CYBERII_ESP_H */
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)