Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alan Cox and committed by
Linus Torvalds
2655e2ce 8dce39c2

+1
+1
drivers/ata/ata_piix.c
··· 621 621 static const struct ich_laptop ich_laptop[] = { 622 622 /* devid, subvendor, subdev */ 623 623 { 0x27DF, 0x0005, 0x0280 }, /* ICH7 on Acer 5602WLMi */ 624 + { 0x27DF, 0x1025, 0x0102 }, /* ICH7 on Acer 5602aWLMi */ 624 625 { 0x27DF, 0x1025, 0x0110 }, /* ICH7 on Acer 3682WLMi */ 625 626 { 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */ 626 627 { 0x27DF, 0x103C, 0x30A1 }, /* ICH7 on HP Compaq nc2400 */