patch-2.1.94 linux/drivers/acorn/scsi/powertec.h

Next file: linux/drivers/block/ide-proc.c
Previous file: linux/drivers/acorn/scsi/oak.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.93/linux/drivers/acorn/scsi/powertec.h linux/drivers/acorn/scsi/powertec.h
@@ -53,7 +53,13 @@
 this_id:	SCSI_ID,		/* scsi host id		*/	\
 sg_tablesize:	SG_ALL,			/* sg_tablesize		*/	\
 cmd_per_lun:	CMD_PER_LUN,		/* cmd per lun		*/	\
-use_clustering:	ENABLE_CLUSTERING					\
+use_clustering:	ENABLE_CLUSTERING,					\
+eh_strategy_handler:		NULL,					\
+eh_host_reset_handler:		fas216_eh_host_reset,			\
+eh_bus_reset_handler:		fas216_eh_bus_reset,			\
+eh_device_reset_handler:	fas216_eh_device_reset,			\
+eh_abort_handler:		fas216_eh_abort,			\
+use_new_eh_code:		0					\
 	}
 
 #ifndef HOSTS_C

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov