Skip to content

Commit

Permalink
[SCSI] aic94xx: Register eh_device_reset_handler
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Darrick J. Wong authored and James Bottomley committed Jan 27, 2007
1 parent ad68923 commit 111367f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/aic94xx/aic94xx_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ static struct scsi_host_template aic94xx_sht = {
.sg_tablesize = SG_ALL,
.max_sectors = SCSI_DEFAULT_MAX_SECTORS,
.use_clustering = ENABLE_CLUSTERING,
.eh_device_reset_handler = sas_eh_device_reset_handler,
};

static int __devinit asd_map_memio(struct asd_ha_struct *asd_ha)
Expand Down

0 comments on commit 111367f

Please sign in to comment.