summaryrefslogtreecommitdiff
path: root/drivers/ata/ahci.c
diff options
context:
space:
mode:
authorShane Huang <shane.huang@amd.com>2008-12-30 11:00:37 +0800
committerJeff Garzik <jgarzik@redhat.com>2009-01-08 16:09:57 -0500
commit8522ee25f3a645577d41e71328cd4fcf8610dfeb (patch)
tree2fd32267c306167670cb100c1736110cbd60c20f /drivers/ata/ahci.c
parent2852bcf7c12d3027c5d10f4f5ca5fada24ce8088 (diff)
[libata] ahci: Add SATA GEN3 related messages
The present AHCI driver seems to support SATA GEN 3 speed, but the related messages should be modified. Signed-off-by: Shane Huang <shane.huang@amd.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r--drivers/ata/ahci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 656448c7fef9..6dc462105688 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -2446,6 +2446,8 @@ static void ahci_print_info(struct ata_host *host)
speed_s = "1.5";
else if (speed == 2)
speed_s = "3";
+ else if (speed == 3)
+ speed_s = "6";
else
speed_s = "?";