The patch titled PCI: Add PCI_CAP_ID_VNDR has been removed from the -mm tree. Its filename is pci-add-pci_cap_id_vndr.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: PCI: Add PCI_CAP_ID_VNDR From: Brice Goglin <brice@xxxxxxxx> Add the vendor-specific extended capability PCI_CAP_ID_VNDR. It is required by the Myri-10G Ethernet driver. Signed-off-by: Brice Goglin <brice@xxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/pci_regs.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/pci_regs.h~pci-add-pci_cap_id_vndr include/linux/pci_regs.h --- a/include/linux/pci_regs.h~pci-add-pci_cap_id_vndr +++ a/include/linux/pci_regs.h @@ -197,6 +197,7 @@ #define PCI_CAP_ID_CHSWP 0x06 /* CompactPCI HotSwap */ #define PCI_CAP_ID_PCIX 0x07 /* PCI-X */ #define PCI_CAP_ID_HT_IRQCONF 0x08 /* HyperTransport IRQ Configuration */ +#define PCI_CAP_ID_VNDR 0x09 /* Vendor specific capability */ #define PCI_CAP_ID_SHPC 0x0C /* PCI Standard Hot-Plug Controller */ #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ _ Patches currently in -mm which might be from brice@xxxxxxxx are origin.patch x86_64-fix-bus-numbering-format-in-mmconfig-warning.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