diff options
author | Darrick J. Wong <djwong@us.ibm.com> | 2007-01-26 17:08:55 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-01-27 11:07:05 -0500 |
commit | 111367f5c9a0af0f3a42c39dee7360ca217cba1d (patch) | |
tree | a8cae71f9bc0db7b6fa20d1caebe166e522232d8 /drivers/scsi/aic94xx | |
parent | ad689233bee854dced741c91aff12a8771a22f6f (diff) |
[SCSI] aic94xx: Register eh_device_reset_handler
Register libsas's default device reset code with the scsi.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic94xx')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_init.c b/drivers/scsi/aic94xx/aic94xx_init.c index 421e98e1d522..3aa568fbdbf7 100644 --- a/drivers/scsi/aic94xx/aic94xx_init.c +++ b/drivers/scsi/aic94xx/aic94xx_init.c | |||
@@ -79,6 +79,7 @@ static struct scsi_host_template aic94xx_sht = { | |||
79 | .sg_tablesize = SG_ALL, | 79 | .sg_tablesize = SG_ALL, |
80 | .max_sectors = SCSI_DEFAULT_MAX_SECTORS, | 80 | .max_sectors = SCSI_DEFAULT_MAX_SECTORS, |
81 | .use_clustering = ENABLE_CLUSTERING, | 81 | .use_clustering = ENABLE_CLUSTERING, |
82 | .eh_device_reset_handler = sas_eh_device_reset_handler, | ||
82 | }; | 83 | }; |
83 | 84 | ||
84 | static int __devinit asd_map_memio(struct asd_ha_struct *asd_ha) | 85 | static int __devinit asd_map_memio(struct asd_ha_struct *asd_ha) |