Browse Source

[pci] Define Vendor Specific capability ID

Add a PCI_CAP_ID_VNDR definition for the PCI standard "Vendor
Specific" capability ID.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Glenn Brown 14 years ago
parent
commit
9908587ca2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/include/ipxe/pci.h

+ 1
- 0
src/include/ipxe/pci.h View File

@@ -159,6 +159,7 @@ FILE_LICENCE ( GPL2_ONLY );
159 159
 #define  PCI_CAP_ID_SLOTID	0x04	/* Slot Identification */
160 160
 #define  PCI_CAP_ID_MSI		0x05	/* Message Signalled Interrupts */
161 161
 #define  PCI_CAP_ID_CHSWP	0x06	/* CompactPCI HotSwap */
162
+#define  PCI_CAP_ID_VNDR	0x09	/* Vendor specific */
162 163
 #define  PCI_CAP_ID_EXP		0x10	/* PCI Express */
163 164
 #define PCI_CAP_LIST_NEXT	1	/* Next capability in the list */
164 165
 #define PCI_CAP_FLAGS		2	/* Capability defined flags (16 bits) */

Loading…
Cancel
Save