]> git.ipfire.org Git - thirdparty/pciutils.git/blobdiff - lib/header.h
lspci: Correct Root Capabilities "CRS Software Visibility" bit
[thirdparty/pciutils.git] / lib / header.h
index db85df163cce3e0a3c4dfae470c7efaf29d9344e..8ee75653ef94e178595286386974752075c5f6f4 100644 (file)
 #define  PCI_EXP_RTCTL_PMEIE   0x0008  /* PME Interrupt Enable */
 #define  PCI_EXP_RTCTL_CRSVIS  0x0010  /* Configuration Request Retry Status Visible to SW */
 #define PCI_EXP_RTCAP          0x1e    /* Root Capabilities */
-#define  PCI_EXP_RTCAP_CRSVIS  0x0010  /* Configuration Request Retry Status Visible to SW */
+#define  PCI_EXP_RTCAP_CRSVIS  0x0001  /* Configuration Request Retry Status Visible to SW */
 #define PCI_EXP_RTSTA          0x20    /* Root Status */
 #define  PCI_EXP_RTSTA_PME_REQID   0x0000ffff /* PME Requester ID */
 #define  PCI_EXP_RTSTA_PME_STATUS  0x00010000 /* PME Status */