The patch titled forcedeth: add new NVIDIA pci ids has been added to the -mm tree. Its filename is forcedeth-add-new-nvidia-pci-ids.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: forcedeth: add new NVIDIA pci ids From: Ayaz Abdulla <aabdulla@xxxxxxxxxx> Add pci device ids for the NVIDIA MCP67 chip. Signed-off-by: Ayaz Abdulla <aabdulla@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/pci_ids.h | 4 ++++ 1 file changed, 4 insertions(+) diff -puN include/linux/pci_ids.h~forcedeth-add-new-nvidia-pci-ids include/linux/pci_ids.h --- a/include/linux/pci_ids.h~forcedeth-add-new-nvidia-pci-ids +++ a/include/linux/pci_ids.h @@ -1213,6 +1213,10 @@ #define PCI_DEVICE_ID_NVIDIA_NVENET_21 0x0451 #define PCI_DEVICE_ID_NVIDIA_NVENET_22 0x0452 #define PCI_DEVICE_ID_NVIDIA_NVENET_23 0x0453 +#define PCI_DEVICE_ID_NVIDIA_NVENET_24 0x054C +#define PCI_DEVICE_ID_NVIDIA_NVENET_25 0x054D +#define PCI_DEVICE_ID_NVIDIA_NVENET_26 0x054E +#define PCI_DEVICE_ID_NVIDIA_NVENET_27 0x054F #define PCI_VENDOR_ID_IMS 0x10e0 #define PCI_DEVICE_ID_IMS_TT128 0x9128 _ Patches currently in -mm which might be from aabdulla@xxxxxxxxxx are git-netdev-all.patch forcedeth-add-mgmt-unit-support.patch forcedeth-add-recoverable-error-support.patch forcedeth-add-new-nvidia-pci-ids.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html