From: root <root@xxxxxxxxxxxxxxxxxxxxxxxxxxx> Add PCI identifiers for Nvidia newer chips Signed-off-by: Alan Cox <alan@xxxxxxxxxx> --- drivers/scsi/pata_amd.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) d2462e58448b854d4ff4f3f8140f99f2cc2158a9 diff --git a/drivers/scsi/pata_amd.c b/drivers/scsi/pata_amd.c index 77f9372..d208581 100644 --- a/drivers/scsi/pata_amd.c +++ b/drivers/scsi/pata_amd.c @@ -25,7 +25,7 @@ #include <linux/libata.h> #define DRV_NAME "pata_amd" -#define DRV_VERSION "0.2.1" +#define DRV_VERSION "0.2.2" /** * timing_setup - shared timing computation and load @@ -674,6 +674,8 @@ static const struct pci_device_id amd[] { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 8 }, { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 8 }, { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 8 }, + { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 8 }, + { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 8 }, { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 9 }, { 0, }, }; -- 1.2.GIT - : send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html