From 2d2c481016c7c2601154ee544ca657121d7528fb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 19 Oct 2007 10:43:56 +0200 Subject: [PATCH] Include capabilities from PCI 3.0 specs. --- ChangeLog | 3 +++ lib/header.h | 2 ++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index b54fe2d..f57a0ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ prog-if to 0x30 (even the old SATA Class Code ECN doesn't mention 0x40) and renumbered the satellite communication controllers. + * lib/header.h: Include `PCI hot-plug' and `Secure device' + capabilities from PCI 3.0 specs. + 2007-10-14 Martin Mares * lib/[fno]bsd-*: Removed extraneous braces. diff --git a/lib/header.h b/lib/header.h index 6927d18..e62971e 100644 --- a/lib/header.h +++ b/lib/header.h @@ -194,8 +194,10 @@ #define PCI_CAP_ID_VNDR 0x09 /* Vendor specific */ #define PCI_CAP_ID_DBG 0x0A /* Debug port */ #define PCI_CAP_ID_CCRC 0x0B /* CompactPCI Central Resource Control */ +#define PCI_CAP_ID_HOTPLUG 0x0C /* PCI hot-plug */ #define PCI_CAP_ID_SSVID 0x0D /* Bridge subsystem vendor/device ID */ #define PCI_CAP_ID_AGP3 0x0E /* AGP 8x */ +#define PCI_CAP_ID_SECURE 0x0F /* Secure device (?) */ #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ #define PCI_CAP_ID_MSIX 0x11 /* MSI-X */ #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ -- 2.39.5