瀏覽代碼

[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>
Darrick J. Wong 18 年之前
父節點
當前提交
111367f5c9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/scsi/aic94xx/aic94xx_init.c

+ 1 - 0
drivers/scsi/aic94xx/aic94xx_init.c

@@ -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)