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