* [PATCH 2/2] Add SATA support to aic94xx
@ 2006-08-11 2:19 Darrick J. Wong
0 siblings, 0 replies; only message in thread
From: Darrick J. Wong @ 2006-08-11 2:19 UTC (permalink / raw)
To: linux-scsi; +Cc: Linux Kernel Mailing List, Alexis Bruemmer
Make aic94xx call the functions that were added to libsas.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
diff --git a/drivers/scsi/aic94xx/aic94xx_init.c b/drivers/scsi/aic94xx/aic94xx_init.c
index 3ec2e46..3a673fe 100644
--- a/drivers/scsi/aic94xx/aic94xx_init.c
+++ b/drivers/scsi/aic94xx/aic94xx_init.c
@@ -76,6 +77,9 @@ static struct scsi_host_template aic94xx
.sg_tablesize = SG_ALL,
.max_sectors = SCSI_DEFAULT_MAX_SECTORS,
.use_clustering = ENABLE_CLUSTERING,
+ .slave_alloc = sas_slave_alloc,
+ .target_destroy = sas_target_destroy,
+ .ioctl = sas_ioctl,
};
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-11 2:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-11 2:19 [PATCH 2/2] Add SATA support to aic94xx Darrick J. Wong
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.