Andy Currid wrote:
Please apply this patch that corrects an NVIDIA SATA device ID in 2.6.14-rc1.
@@ -158,6 +158,8 @@ static struct pci_device_id nv_pci_tbl[] PCI_ANY_ID, PCI_ANY_ID, 0, 0, MCP51 }, { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_SATA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, MCP55 }, + { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_SATA2, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, MCP55 }, { PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_STORAGE_IDE<<8, 0xffff00, GENERIC },
I am applying this patch, but note that it does not "fix" anything. It simply adds a new PCI ID, for additional hardware support.
Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 2.6.14-rc1] Fix broken NVIDIA device ID in sata_nv
- From: "Andy Currid" <[email protected]>
- [PATCH 2.6.14-rc1] Fix broken NVIDIA device ID in sata_nv
- Prev by Date: CAN-2005-0204 and 2.4
- Next by Date: Re: [PATCH] bond_main.c: fix device deregistration in init exception path
- Previous by thread: [PATCH 2.6.14-rc1] Fix broken NVIDIA device ID in sata_nv
- Next by thread: Re: [PATCH 2.6.14-rc1] Fix broken NVIDIA device ID in sata_nv
- Index(es):