linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ahci: add the Device IDs of MCP79 AHCI controller to ahci.c
@ 2007-12-03 14:20 peerchen
  2007-12-04 19:10 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: peerchen @ 2007-12-03 14:20 UTC (permalink / raw)
  To: linux-kernel, linux-ide; +Cc: akpm, jeff

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@gmail.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 */
-


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ahci: add the Device IDs of MCP79 AHCI controller to ahci.c
  2007-12-03 14:20 [PATCH] ahci: add the Device IDs of MCP79 AHCI controller to ahci.c peerchen
@ 2007-12-04 19:10 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-12-04 19:10 UTC (permalink / raw)
  To: peerchen; +Cc: linux-kernel, linux-ide, akpm

peerchen wrote:
> 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@gmail.com>

applied #upstream-fixes



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-04 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-03 14:20 [PATCH] ahci: add the Device IDs of MCP79 AHCI controller to ahci.c peerchen
2007-12-04 19:10 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).