[PATCH] ata_piix: Add additional PCI identifier for 40 wire shortcable

From: Alan Cox
Date: Mon Nov 05 2007 - 17:50:44 EST


Keeping the list in sync with the old IDE driver

Signed-off-by: Alan Cox <alan@xxxxxxxxxx>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.24-rc1/drivers/ata/ata_piix.c linux-2.6.24-rc1/drivers/ata/ata_piix.c
--- linux.vanilla-2.6.24-rc1/drivers/ata/ata_piix.c 2007-11-01 11:41:54.000000000 +0000
+++ linux-2.6.24-rc1/drivers/ata/ata_piix.c 2007-11-05 22:25:32.879377872 +0000
@@ -621,6 +621,7 @@
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 */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/