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 /include/scsi | |
parent | c92f222e1f14588171e63b550ca8c85fa9130061 (diff) | |
download | op-kernel-dev-7e6dff62dad539cbd608bb3b8b833193d13f00ac.zip op-kernel-dev-7e6dff62dad539cbd608bb3b8b833193d13f00ac.tar.gz |
[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 'include/scsi')
-rw-r--r-- | include/scsi/scsi_transport_sas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_sas.h b/include/scsi/scsi_transport_sas.h index ccef5d2..95e2132 100644 --- a/include/scsi/scsi_transport_sas.h +++ b/include/scsi/scsi_transport_sas.h @@ -30,6 +30,7 @@ enum sas_linkrate { SAS_SATA_PORT_SELECTOR, SAS_LINK_RATE_1_5_GBPS, SAS_LINK_RATE_3_0_GBPS, + SAS_LINK_RATE_6_0_GBPS, SAS_LINK_VIRTUAL, }; |