[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <200803062122359218883@gmail.com>
Date: Thu, 6 Mar 2008 21:22:41 +0800
From: "peerchen" <peerchen@...il.com>
To: "linux-kernel" <linux-kernel@...r.kernel.org>,
"linux-ide" <linux-ide@...r.kernel.org>
Cc: "akpm" <akpm@...ux-foundation.org>, "jeff" <jeff@...zik.org>
Subject: [PATCH] ahci: add the Device IDs of nvidia MCP7B AHCI controller to ahci.c
Add the device IDs of nvidia MCP79 AHCI controller to ahci.c
Signed-off-by: Peer Chen <peerchen@...il.com>
---
--- linux-2.6.25-rc4/drivers/ata/ahci.c.orig 2008-03-04 21:46:30.000000000 -0500
+++ linux-2.6.25-rc4/drivers/ata/ahci.c 2008-03-04 21:50:42.000000000 -0500
@@ -563,6 +563,18 @@ static const struct pci_device_id ahci_p
{ PCI_VDEVICE(NVIDIA, 0x0abd), board_ahci }, /* MCP79 */
{ PCI_VDEVICE(NVIDIA, 0x0abe), board_ahci }, /* MCP79 */
{ PCI_VDEVICE(NVIDIA, 0x0abf), board_ahci }, /* MCP79 */
+ { PCI_VDEVICE(NVIDIA, 0x0bc8), board_ahci }, /* MCP7B */
+ { PCI_VDEVICE(NVIDIA, 0x0bc9), board_ahci }, /* MCP7B */
+ { PCI_VDEVICE(NVIDIA, 0x0bca), board_ahci }, /* MCP7B */
+ { PCI_VDEVICE(NVIDIA, 0x0bcb), board_ahci }, /* MCP7B */
+ { PCI_VDEVICE(NVIDIA, 0x0bcc), board_ahci }, /* MCP7B */
+ { PCI_VDEVICE(NVIDIA, 0x0bcd), board_ahci }, /* MCP7B */
+ { PCI_VDEVICE(NVIDIA, 0x0bce), board_ahci }, /* MCP7B */
+ { PCI_VDEVICE(NVIDIA, 0x0bcf), board_ahci }, /* MCP7B */
+ { PCI_VDEVICE(NVIDIA, 0x0bd0), board_ahci }, /* MCP7B */
+ { PCI_VDEVICE(NVIDIA, 0x0bd1), board_ahci }, /* MCP7B */
+ { PCI_VDEVICE(NVIDIA, 0x0bd2), board_ahci }, /* MCP7B */
+ { PCI_VDEVICE(NVIDIA, 0x0bd3), board_ahci }, /* MCP7B */
/* SiS */
{ PCI_VDEVICE(SI, 0x1184), board_ahci }, /* SiS 966 */
-
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists