The patch titled include/linux/pci_id.h: add amd northbridge defines has been removed from the -mm tree. Its filename was include-linux-pci_id-h-add-amd-northbridge-defines.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: include/linux/pci_id.h: add amd northbridge defines From: Douglas Thompson <dougthompson@xxxxxxxxxxxx> pci_ids.h needs two of the AMD NB device-ids namely, Addressmap and the Memory Controller devices This patch adds those to the pci_id.h include file Signed-off-by: Douglas Thompson <dougthompson@xxxxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff -puN include/linux/pci_ids.h~include-linux-pci_id-h-add-amd-northbridge-defines include/linux/pci_ids.h --- a/include/linux/pci_ids.h~include-linux-pci_id-h-add-amd-northbridge-defines +++ a/include/linux/pci_ids.h @@ -495,6 +495,8 @@ #define PCI_VENDOR_ID_AMD 0x1022 #define PCI_DEVICE_ID_AMD_K8_NB 0x1100 +#define PCI_DEVICE_ID_AMD_K8_NB_ADDRMAP 0x1101 +#define PCI_DEVICE_ID_AMD_K8_NB_MEMCTL 0x1102 #define PCI_DEVICE_ID_AMD_K8_NB_MISC 0x1103 #define PCI_DEVICE_ID_AMD_LANCE 0x2000 #define PCI_DEVICE_ID_AMD_LANCE_HOME 0x2001 _ Patches currently in -mm which might be from dougthompson@xxxxxxxxxxxx are origin.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