[PATCH] PCI: amd74xx patch for new NVIDIA device IDs

Here's the 2.6 amd74xx patch for NVIDIA MCP51.

Signed-off-by: Andy Currid <acurrid@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Andy Currid and committed by
Greg KH
af00f981 2ac2610b

+9
+3
drivers/ide/pci/amd74xx.c
··· 72 72 { PCI_DEVICE_ID_NVIDIA_NFORCE3S_SATA2, 0x50, AMD_UDMA_133 }, 73 73 { PCI_DEVICE_ID_NVIDIA_NFORCE_CK804_IDE, 0x50, AMD_UDMA_133 }, 74 74 { PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_IDE, 0x50, AMD_UDMA_133 }, 75 + { PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_IDE, 0x50, AMD_UDMA_133 }, 75 76 { 0 } 76 77 }; 77 78 ··· 488 487 /* 12 */ DECLARE_NV_DEV("NFORCE3-250-SATA2"), 489 488 /* 13 */ DECLARE_NV_DEV("NFORCE-CK804"), 490 489 /* 14 */ DECLARE_NV_DEV("NFORCE-MCP04"), 490 + /* 15 */ DECLARE_NV_DEV("NFORCE-MCP51"), 491 491 }; 492 492 493 493 static int __devinit amd74xx_probe(struct pci_dev *dev, const struct pci_device_id *id) ··· 523 521 #endif 524 522 { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_CK804_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 13 }, 525 523 { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 14 }, 524 + { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 15 }, 526 525 { 0, }, 527 526 }; 528 527 MODULE_DEVICE_TABLE(pci, amd74xx_pci_tbl);
+6
include/linux/pci_ids.h
··· 1230 1230 #define PCI_DEVICE_ID_NVIDIA_QUADRO4_900XGL 0x0258 1231 1231 #define PCI_DEVICE_ID_NVIDIA_QUADRO4_750XGL 0x0259 1232 1232 #define PCI_DEVICE_ID_NVIDIA_QUADRO4_700XGL 0x025B 1233 + #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_IDE 0x0265 1234 + #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_SATA 0x0266 1235 + #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_SATA2 0x0267 1236 + #define PCI_DEVICE_ID_NVIDIA_NVENET_12 0x0268 1237 + #define PCI_DEVICE_ID_NVIDIA_NVENET_13 0x0269 1238 + #define PCI_DEVICE_ID_NVIDIA_MCP51_AUDIO 0x026B 1233 1239 #define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4800 0x0280 1234 1240 #define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4800_8X 0x0281 1235 1241 #define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4800SE 0x0282