]> mj.ucw.cz Git - pciutils.git/commitdiff
Include capabilities from PCI 3.0 specs.
authorMartin Mares <mj@ucw.cz>
Fri, 19 Oct 2007 08:43:56 +0000 (10:43 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 19 Oct 2007 08:43:56 +0000 (10:43 +0200)
ChangeLog
lib/header.h

index b54fe2da861fd5843cefde98857e8fc6f5022e87..f57a0ac4f6bbad7db85db32de508a0b9fbfc7b7c 100644 (file)
--- 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 <mj@ucw.cz>
 
        * lib/[fno]bsd-*: Removed extraneous braces.
index 6927d18a2ee7cc4e4522d622297c3ac135a15a94..e62971e4d0c4ff63d628a278122164aac33f41a6 100644 (file)
 #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 */