]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ahci: add the Device IDs of MCP79 AHCI controller to ahci.c
authorpeerchen <peerchen@gmail.com>
Mon, 3 Dec 2007 14:20:37 +0000 (22:20 +0800)
committerJeff Garzik <jeff@garzik.org>
Tue, 4 Dec 2007 19:10:14 +0000 (14:10 -0500)
Add the device IDs of legacy mode of MCP79 AHCI controller to ahci.c

Signed-off-by: Peer Chen <peerchen@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/ahci.c

index ed9b407e42d4ec3f7112a4b763b217085511e5d1..4688dbf2d1110d7b31ab4809e1de621721fd0456 100644 (file)
@@ -536,6 +536,10 @@ static const struct pci_device_id ahci_pci_tbl[] = {
        { PCI_VDEVICE(NVIDIA, 0x0ad9), board_ahci },            /* MCP77 */
        { PCI_VDEVICE(NVIDIA, 0x0ada), board_ahci },            /* MCP77 */
        { PCI_VDEVICE(NVIDIA, 0x0adb), board_ahci },            /* MCP77 */
+       { PCI_VDEVICE(NVIDIA, 0x0ab4), board_ahci },            /* MCP79 */
+       { PCI_VDEVICE(NVIDIA, 0x0ab5), board_ahci },            /* MCP79 */
+       { PCI_VDEVICE(NVIDIA, 0x0ab6), board_ahci },            /* MCP79 */
+       { PCI_VDEVICE(NVIDIA, 0x0ab7), board_ahci },            /* MCP79 */
        { PCI_VDEVICE(NVIDIA, 0x0ab8), board_ahci },            /* MCP79 */
        { PCI_VDEVICE(NVIDIA, 0x0ab9), board_ahci },            /* MCP79 */
        { PCI_VDEVICE(NVIDIA, 0x0aba), board_ahci },            /* MCP79 */