summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ata_piix.c
diff options
context:
space:
mode:
authorAlan Cox2007-11-05 23:51:09 +0100
committerLinus Torvalds2007-11-06 00:12:33 +0100
commit2655e2cee2d77459fcb7e10228259e4ee0328697 (patch)
tree94acba91c1ad3c698d5470db19b35d90b509ab88 /drivers/ata/ata_piix.c
parenttime: fix inconsistent function names in comments (diff)
downloadkernel-qcow2-linux-2655e2cee2d77459fcb7e10228259e4ee0328697.tar.gz
kernel-qcow2-linux-2655e2cee2d77459fcb7e10228259e4ee0328697.tar.xz
kernel-qcow2-linux-2655e2cee2d77459fcb7e10228259e4ee0328697.zip
ata_piix: Add additional PCI identifier for 40 wire short cable
Keeping the list in sync with the old IDE driver Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 a4b2cb29f46c..f08cca21702c 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -621,6 +621,7 @@ struct ich_laptop {
static const struct ich_laptop ich_laptop[] = {
/* devid, subvendor, subdev */
{ 0x27DF, 0x0005, 0x0280 }, /* ICH7 on Acer 5602WLMi */
+ { 0x27DF, 0x1025, 0x0102 }, /* ICH7 on Acer 5602aWLMi */
{ 0x27DF, 0x1025, 0x0110 }, /* ICH7 on Acer 3682WLMi */
{ 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */
{ 0x27DF, 0x103C, 0x30A1 }, /* ICH7 on HP Compaq nc2400 */