From: Brice Goglin Date: Thu, 22 Jun 2006 21:47:20 +0000 (-0700) Subject: [PATCH] PCI: Add PCI_CAP_ID_VNDR X-Git-Tag: v2.6.18-rc1~1081^2~237 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e5b3781591cc954037c08ef78edf7f1192d38c5;p=platform%2Fkernel%2Flinux-stable.git [PATCH] PCI: Add PCI_CAP_ID_VNDR Add the vendor-specific extended capability PCI_CAP_ID_VNDR. It is required by the Myri-10G Ethernet driver. Signed-off-by: Brice Goglin Signed-off-by: Greg Kroah-Hartman Cc: Jeff Garzik Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/pci_regs.h b/include/linux/pci_regs.h index d27a78b..6bce4a2 100644 --- a/include/linux/pci_regs.h +++ b/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 */