From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] ahci: Add the AHCI controller Linux Device ID for NVIDIA chipsets. Date: Fri, 16 Oct 2009 06:26:53 -0400 Message-ID: <4AD84A6D.5070600@garzik.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: peer chen Cc: linux-ide , linux-kernel , akpm , pchen@nvidia.com List-Id: linux-ide@vger.kernel.org On 10/15/2009 04:34 AM, peer chen wrote: > Add the generic device ID for NVIDIA AHCI controller. > > Signed-off-by: Peer Chen > --- > --- 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