Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 214fbb75 authored by Darrick J. Wong's avatar Darrick J. Wong Committed by James Bottomley
Browse files

[SCSI] aic94xx: Add default bus reset handler

parent 058e2c47
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -80,6 +80,7 @@ static struct scsi_host_template aic94xx_sht = {
	.max_sectors		= SCSI_DEFAULT_MAX_SECTORS,
	.max_sectors		= SCSI_DEFAULT_MAX_SECTORS,
	.use_clustering		= ENABLE_CLUSTERING,
	.use_clustering		= ENABLE_CLUSTERING,
	.eh_device_reset_handler	= sas_eh_device_reset_handler,
	.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)
static int __devinit asd_map_memio(struct asd_ha_struct *asd_ha)