diff options
author | James Bottomley <James.Bottomley@steeleye.com> | 2006-03-02 14:12:56 -0600 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-03-02 22:36:58 -0600 |
commit | 7e6dff62dad539cbd608bb3b8b833193d13f00ac (patch) | |
tree | 71790af18bc75c9c0d2ebf7f3aefded9860a3cfe /drivers | |
parent | c92f222e1f14588171e63b550ca8c85fa9130061 (diff) | |
download | talos-op-linux-7e6dff62dad539cbd608bb3b8b833193d13f00ac.tar.gz talos-op-linux-7e6dff62dad539cbd608bb3b8b833193d13f00ac.zip |
[SCSI] add 6.0 Gbit phy definitions to the sas transport class
I don't think these exist in silicon yet, but the aic94xx driver has a
register setting for them.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/scsi_transport_sas.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_transport_sas.c b/drivers/scsi/scsi_transport_sas.c index eab5c7c6f3c7..fed39abeff86 100644 --- a/drivers/scsi/scsi_transport_sas.c +++ b/drivers/scsi/scsi_transport_sas.c @@ -151,6 +151,7 @@ static struct { { SAS_SATA_SPINUP_HOLD, "Spin-up hold" }, { SAS_LINK_RATE_1_5_GBPS, "1.5 Gbit" }, { SAS_LINK_RATE_3_0_GBPS, "3.0 Gbit" }, + { SAS_LINK_RATE_6_0_GBPS, "6.0 Gbit" }, }; sas_bitfield_name_search(linkspeed, sas_linkspeed_names) |