From: Darrick J. Wong Date: Tue, 30 Jan 2007 07:48:25 +0000 (-0800) Subject: [SCSI] aic94xx: Add default bus reset handler X-Git-Tag: v2.6.21-rc1~274^2~230^2~16 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=214fbb75075efa677b614be79a2d62dd79785b4f;p=linux-2.6-omap-h63xx.git [SCSI] aic94xx: Add default bus reset handler Signed-off-by: Darrick J. Wong Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/aic94xx/aic94xx_init.c b/drivers/scsi/aic94xx/aic94xx_init.c index 3aa568fbdbf..bc7744e35ad 100644 --- a/drivers/scsi/aic94xx/aic94xx_init.c +++ b/drivers/scsi/aic94xx/aic94xx_init.c @@ -80,6 +80,7 @@ static struct scsi_host_template aic94xx_sht = { .max_sectors = SCSI_DEFAULT_MAX_SECTORS, .use_clustering = ENABLE_CLUSTERING, .eh_device_reset_handler = sas_eh_device_reset_handler, + .eh_bus_reset_handler = sas_eh_bus_reset_handler, }; static int __devinit asd_map_memio(struct asd_ha_struct *asd_ha)