patch-2.0.35 linux/drivers/scsi/aic7xxx.h
Next file: linux/drivers/scsi/aic7xxx_proc.c
Previous file: linux/drivers/scsi/aic7xxx.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon Jul 13 13:47:33 1998
- Orig file:
v2.0.34/linux/drivers/scsi/aic7xxx.h
- Orig date:
Mon Jul 13 13:46:35 1998
diff -u --recursive --new-file v2.0.34/linux/drivers/scsi/aic7xxx.h linux/drivers/scsi/aic7xxx.h
@@ -51,7 +51,7 @@
proc_info: aic7xxx_proc_info, \
name: NULL, \
detect: aic7xxx_detect, \
- release: NULL, \
+ release: aic7xxx_release, \
info: aic7xxx_info, \
command: NULL, \
queuecommand: aic7xxx_queue, \
@@ -81,7 +81,7 @@
proc_info: aic7xxx_proc_info, \
name: NULL, \
detect: aic7xxx_detect, \
- release: NULL, \
+ release: aic7xxx_release, \
info: aic7xxx_info, \
command: NULL, \
queuecommand: aic7xxx_queue, \
@@ -105,6 +105,7 @@
extern int aic7xxx_command(Scsi_Cmnd *);
extern int aic7xxx_reset(Scsi_Cmnd *, unsigned int);
extern int aic7xxx_abort(Scsi_Cmnd *);
+extern int aic7xxx_release(struct Scsi_Host *);
extern const char *aic7xxx_info(struct Scsi_Host *);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov