[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <200712032220233286345@gmail.com>
Date: Mon, 3 Dec 2007 22:20:37 +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 MCP79 AHCI controller to ahci.c
Add the device IDs of legacy mode of MCP79 AHCI controller to ahci.c
The patch base on kernel 2.6.24-rc3
Signed-off-by: Peer Chen <peerchen@...il.com>
---
--- linux-2.6.24-rc3/drivers/ata/ahci.c.orig 2007-12-03 16:20:15.000000000 -0500
+++ linux-2.6.24-rc3/drivers/ata/ahci.c 2007-12-03 16:32:11.000000000 -0500
@@ -536,6 +536,10 @@ static const struct pci_device_id ahci_p
{ 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 */
-
--
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