diff options
| author | FUJITA Tomonori <[email protected]> | 2007-07-09 03:52:08 +0000 |
|---|---|---|
| committer | James Bottomley <[email protected]> | 2007-07-18 16:18:20 +0000 |
| commit | ba1fc175cc6c0af7e78241e50160344f0f198282 (patch) | |
| tree | 019c21e5c4658c50b08e28d2077b37242a1d22db /drivers/scsi/libsas/sas_init.c | |
| parent | [SCSI] transport_sas: add SAS management protocol support (diff) | |
| download | kernel-ba1fc175cc6c0af7e78241e50160344f0f198282.tar.gz kernel-ba1fc175cc6c0af7e78241e50160344f0f198282.zip | |
[SCSI] libsas: add SAS management protocol handler
This patch adds support for SAS Management Protocol (SMP) passthrough
support via bsg. aic94xx can use this.
Signed-off-by: FUJITA Tomonori <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'drivers/scsi/libsas/sas_init.c')
| -rw-r--r-- | drivers/scsi/libsas/sas_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/libsas/sas_init.c b/drivers/scsi/libsas/sas_init.c index 965698c8b7bf..98360272f40a 100644 --- a/drivers/scsi/libsas/sas_init.c +++ b/drivers/scsi/libsas/sas_init.c @@ -259,6 +259,7 @@ static struct sas_function_template sft = { .phy_reset = sas_phy_reset, .set_phy_speed = sas_set_phy_speed, .get_linkerrors = sas_get_linkerrors, + .smp_handler = sas_smp_handler, }; struct scsi_transport_template * |
