aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@steeleye.com>2006-03-02 14:12:56 -0600
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-03-02 22:36:58 -0600
commit7e6dff62dad539cbd608bb3b8b833193d13f00ac (patch)
tree71790af18bc75c9c0d2ebf7f3aefded9860a3cfe /include/scsi
parent[SCSI] mptspi: Add transport class Domain Validation (diff)
downloadlinux-dev-7e6dff62dad539cbd608bb3b8b833193d13f00ac.tar.xz
linux-dev-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 'include/scsi')
-rw-r--r--include/scsi/scsi_transport_sas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_sas.h b/include/scsi/scsi_transport_sas.h
index ccef5d2cf478..95e2132d485e 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,
};