From 40476a76d9ed2fcc49aa6aea177bbfe223dc6486 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Mon, 29 Jan 2007 23:48:25 -0800 Subject: [PATCH] --- yaml --- r: 47795 b: refs/heads/master c: 214fbb75075efa677b614be79a2d62dd79785b4f h: refs/heads/master i: 47793: cf0ab176a09a7b9afedca1c3e4775e76bad4f65a 47791: bb565b7eaaef61f1e8848a5d0db9bf298b132d28 v: v3 --- [refs] | 2 +- trunk/drivers/scsi/aic94xx/aic94xx_init.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ecbd429beb9e..1e4f1ad165b3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 058e2c474897dc53c88ac9162f9a9b16a879b8cd +refs/heads/master: 214fbb75075efa677b614be79a2d62dd79785b4f diff --git a/trunk/drivers/scsi/aic94xx/aic94xx_init.c b/trunk/drivers/scsi/aic94xx/aic94xx_init.c index 3aa568fbdbf7..bc7744e35ad0 100644 --- a/trunk/drivers/scsi/aic94xx/aic94xx_init.c +++ b/trunk/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)