linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ] ahci: Add the support of nvidia AHCI controllers of MCP67 to ahci.c
@ 2006-11-02  3:23 Peer Chen
  2006-11-02 23:00 ` Jeff Garzik
  0 siblings, 1 reply; 3+ messages in thread
From: Peer Chen @ 2006-11-02  3:23 UTC (permalink / raw)
  To: linux-ide, linux-kernel; +Cc: jgarzik, Alan Cox

[-- Attachment #1: Type: text/plain, Size: 673 bytes --]

Add support for AHCI controllers of MCP67.
The patch will be applied to kernel 2.6.19-rc4-git1.
Please check attachment for the patch.

Signed-off-by: Peer Chen <pchen@nvidia.com>

-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

[-- Attachment #2: patch.ahci --]
[-- Type: application/octet-stream, Size: 960 bytes --]

--- linux-2.6.19-rc4-git1/drivers/ata/ahci.c.orig	2006-10-31 20:44:58.000000000 +0800
+++ linux-2.6.19-rc4-git1/drivers/ata/ahci.c	2006-10-31 20:38:12.000000000 +0800
@@ -334,6 +334,14 @@ static const struct pci_device_id ahci_p
 	{ PCI_VDEVICE(NVIDIA, 0x044d), board_ahci },		/* MCP65 */
 	{ PCI_VDEVICE(NVIDIA, 0x044e), board_ahci },		/* MCP65 */
 	{ PCI_VDEVICE(NVIDIA, 0x044f), board_ahci },		/* MCP65 */
+	{ PCI_VDEVICE(NVIDIA, 0x0554), board_ahci },		/* MCP67 */
+	{ PCI_VDEVICE(NVIDIA, 0x0555), board_ahci },		/* MCP67 */
+	{ PCI_VDEVICE(NVIDIA, 0x0556), board_ahci },		/* MCP67 */
+	{ PCI_VDEVICE(NVIDIA, 0x0557), board_ahci },		/* MCP67 */
+	{ PCI_VDEVICE(NVIDIA, 0x0558), board_ahci },		/* MCP67 */
+	{ PCI_VDEVICE(NVIDIA, 0x0559), board_ahci },		/* MCP67 */
+	{ PCI_VDEVICE(NVIDIA, 0x055a), board_ahci },		/* MCP67 */
+	{ PCI_VDEVICE(NVIDIA, 0x055b), board_ahci },		/* MCP67 */
 
 	/* SiS */
 	{ PCI_VDEVICE(SI, 0x1184), board_ahci }, /* SiS 966 */

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

* Re: [PATCH ] ahci: Add the support of nvidia AHCI controllers of MCP67 to ahci.c
  2006-11-02  3:23 [PATCH ] ahci: Add the support of nvidia AHCI controllers of MCP67 to ahci.c Peer Chen
@ 2006-11-02 23:00 ` Jeff Garzik
  2006-11-03  2:02   ` Peer Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Garzik @ 2006-11-02 23:00 UTC (permalink / raw)
  To: Peer Chen; +Cc: linux-ide, linux-kernel, Alan Cox

Peer Chen wrote:
> Add support for AHCI controllers of MCP67.
> The patch will be applied to kernel 2.6.19-rc4-git1.
> Please check attachment for the patch.
> 
> Signed-off-by: Peer Chen <pchen@nvidia.com>

applied



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

* RE: [PATCH ] ahci: Add the support of nvidia AHCI controllers of MCP67 to ahci.c
  2006-11-02 23:00 ` Jeff Garzik
@ 2006-11-03  2:02   ` Peer Chen
  0 siblings, 0 replies; 3+ messages in thread
From: Peer Chen @ 2006-11-03  2:02 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-ide, linux-kernel, Alan Cox

Great job,thanks. 


BRs
Peer Chen

-----Original Message-----
From: Jeff Garzik [mailto:jgarzik@pobox.com] 
Sent: Friday, November 03, 2006 7:00 AM
To: Peer Chen
Cc: linux-ide@vger.kernel.org; linux-kernel@vger.kernel.org; Alan Cox
Subject: Re: [PATCH ] ahci: Add the support of nvidia AHCI controllers
of MCP67 to ahci.c

Peer Chen wrote:
> Add support for AHCI controllers of MCP67.
> The patch will be applied to kernel 2.6.19-rc4-git1.
> Please check attachment for the patch.
> 
> Signed-off-by: Peer Chen <pchen@nvidia.com>

applied


-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

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

end of thread, other threads:[~2006-11-03  2:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-02  3:23 [PATCH ] ahci: Add the support of nvidia AHCI controllers of MCP67 to ahci.c Peer Chen
2006-11-02 23:00 ` Jeff Garzik
2006-11-03  2:02   ` Peer Chen

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).