From: Henry Su Date: Fri, 11 May 2007 05:48:51 +0000 (-0700) Subject: add the ATI SB700 SATA controller device id to AHCI pci table X-Git-Tag: v2.6.22-rc1~19^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=2bcfdde6767f2f07891d2753c25220012fe5e6d2;p=~emulex%2Finfiniband.git add the ATI SB700 SATA controller device id to AHCI pci table 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 Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 1ab8a8fdeaa..1ae443d7ab9 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -396,6 +396,7 @@ static const struct pci_device_id ahci_pci_tbl[] = { /* 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 */