| Submitter | peerchen |
|---|---|
| Date | Oct. 15, 2009, 8:34 a.m. |
| Message ID | <cfaab6210910150134q6cc2d5ffna39cf31bf89a8e2@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/36086/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
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 -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
--- 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 */
Add the generic device ID for NVIDIA AHCI controller. Signed-off-by: Peer Chen<peerchen@gmail.com> --- - -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html