summaryrefslogtreecommitdiff
path: root/drivers/ata/ata_piix.c
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-05-06 17:09:41 +0100
committerJeff Garzik <jgarzik@redhat.com>2009-05-11 14:31:36 -0400
commit124a6eece386226191ec79e279a5471bd2614f81 (patch)
tree84ac1274e04d64e66d38e025baf349decbd478e1 /drivers/ata/ata_piix.c
parentc611bed780a51222ece8eaf303c779ef82d9d253 (diff)
downloadlinux-3.10-124a6eece386226191ec79e279a5471bd2614f81.tar.gz
linux-3.10-124a6eece386226191ec79e279a5471bd2614f81.tar.bz2
linux-3.10-124a6eece386226191ec79e279a5471bd2614f81.zip
ata_piix: The Sony TZ90 needs the cable type hardcoding
The Sony TZ90 needs the cable type hardcoding. See bug #12734 Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/ata_piix.c')
-rw-r--r--drivers/ata/ata_piix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 2b5700a832a..d51a17c0f59 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -605,6 +605,7 @@ static const struct ich_laptop ich_laptop[] = {
{ 0x24CA, 0x1025, 0x003d }, /* ICH4 on ACER TM290 */
{ 0x266F, 0x1025, 0x0066 }, /* ICH6 on ACER Aspire 1694WLMi */
{ 0x2653, 0x1043, 0x82D8 }, /* ICH6M on Asus Eee 701 */
+ { 0x27df, 0x104d, 0x900e }, /* ICH7 on Sony TZ-90 */
/* end marker */
{ 0, }
};