* [PATCH] Add PCI_CAP_ID_VNDR
@ 2006-05-02 20:31 Brice Goglin
0 siblings, 0 replies; only message in thread
From: Brice Goglin @ 2006-05-02 20:31 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML
Hi Andrew,
The following patch adds the vendor-specific extended capability PCI_CAP_ID_VNDR.
It will be used by the Myri-10G Ethernet driver (will be submitted soon).
Signed-off-by: Brice Goglin <brice@myri.com>
pci_regs.h | 1 +
1 file changed, 1 insertion(+)
--- linux-mm/include/linux/pci_regs.h.old 2006-04-21 08:22:42.000000000 -0700
+++ linux-mm/include/linux/pci_regs.h 2006-04-21 08:28:56.000000000 -0700
@@ -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 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-05-02 20:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-02 20:31 [PATCH] Add PCI_CAP_ID_VNDR Brice Goglin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox