* [PATCH] ahci: Add the AHCI controller Linux Device ID for NVIDIA chipsets.
@ 2009-10-15 8:34 peer chen
2009-10-16 10:26 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: peer chen @ 2009-10-15 8:34 UTC (permalink / raw)
To: linux-ide, linux-kernel; +Cc: Jeff Garzik, akpm, pchen
Add the generic device ID for NVIDIA AHCI controller.
Signed-off-by: Peer Chen<peerchen@gmail.com>
---
--- linux-2.6.32-rc4/drivers/ata/ahci.c.orig
+++ linux-2.6.32-rc4/drivers/ata/ahci.c
@@ -605,6 +605,7 @@ static const struct pci_device_id ahci_p
{ PCI_VDEVICE(NVIDIA, 0x0559), board_ahci_yesncq }, /* MCP67 */
{ PCI_VDEVICE(NVIDIA, 0x055a), board_ahci_yesncq }, /* MCP67 */
{ PCI_VDEVICE(NVIDIA, 0x055b), board_ahci_yesncq }, /* MCP67 */
+ { PCI_VDEVICE(NVIDIA, 0x0580), board_ahci_yesncq }, /* Linux ID */
{ PCI_VDEVICE(NVIDIA, 0x07f0), board_ahci_yesncq }, /* MCP73 */
{ PCI_VDEVICE(NVIDIA, 0x07f1), board_ahci_yesncq }, /* MCP73 */
{ PCI_VDEVICE(NVIDIA, 0x07f2), board_ahci_yesncq }, /* MCP73 */
-
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ahci: Add the AHCI controller Linux Device ID for NVIDIA chipsets.
2009-10-15 8:34 [PATCH] ahci: Add the AHCI controller Linux Device ID for NVIDIA chipsets peer chen
@ 2009-10-16 10:26 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2009-10-16 10:26 UTC (permalink / raw)
To: peer chen; +Cc: linux-ide, linux-kernel, akpm, pchen
On 10/15/2009 04:34 AM, peer chen wrote:
> Add the generic device ID for NVIDIA AHCI controller.
>
> Signed-off-by: Peer Chen<peerchen@gmail.com>
> ---
> --- linux-2.6.32-rc4/drivers/ata/ahci.c.orig
> +++ linux-2.6.32-rc4/drivers/ata/ahci.c
> @@ -605,6 +605,7 @@ static const struct pci_device_id ahci_p
> { PCI_VDEVICE(NVIDIA, 0x0559), board_ahci_yesncq }, /* MCP67 */
> { PCI_VDEVICE(NVIDIA, 0x055a), board_ahci_yesncq }, /* MCP67 */
> { PCI_VDEVICE(NVIDIA, 0x055b), board_ahci_yesncq }, /* MCP67 */
> + { PCI_VDEVICE(NVIDIA, 0x0580), board_ahci_yesncq }, /* Linux ID */
> { PCI_VDEVICE(NVIDIA, 0x07f0), board_ahci_yesncq }, /* MCP73 */
> { PCI_VDEVICE(NVIDIA, 0x07f1), board_ahci_yesncq }, /* MCP73 */
> { PCI_VDEVICE(NVIDIA, 0x07f2), board_ahci_yesncq }, /* MCP73 */
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-16 10:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-15 8:34 [PATCH] ahci: Add the AHCI controller Linux Device ID for NVIDIA chipsets peer chen
2009-10-16 10:26 ` 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).