From: "Henry Su" Add the device ID to AHCI pci table for ATI SB700 SATA controller, the subsequent chipset of SB600. Signed-off-by: henry su Cc: Jeff Garzik Cc: Tejun Heo Signed-off-by: Andrew Morton --- drivers/ata/ahci.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/ata/ahci.c~add-the-ati-sb700-sata-controller-device-id-to-ahci-pci-table drivers/ata/ahci.c --- a/drivers/ata/ahci.c~add-the-ati-sb700-sata-controller-device-id-to-ahci-pci-table +++ a/drivers/ata/ahci.c @@ -413,6 +413,7 @@ static const struct pci_device_id ahci_p /* ATI */ { PCI_VDEVICE(ATI, 0x4380), board_ahci_sb600 }, /* ATI SB600 */ + { PCI_VDEVICE(ATI, 0x4390), board_ahci_sb600 }, /* ATI SB700 */ /* VIA */ { PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */ _