aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2023-07-19 21:13:59 +0200
committerMartin Mares <mj@ucw.cz>2023-07-19 21:13:59 +0200
commit9d9aa7055bea757fbe88b8667b07ea2102849e82 (patch)
tree8bd3a07f0551546bd1c06891d3dc6507462a56e9
parentadf7de0ec6a1b734c00667879d36c1198670958a (diff)
parent2e05a86bf0c9d3d383f93517581395a1d2f17b6f (diff)
downloadpciutils-9d9aa7055bea757fbe88b8667b07ea2102849e82.tar.gz
Merge remote-tracking branch 'twilfredo/wilfred/fixup-doe-bits'
-rw-r--r--lib/header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/header.h b/lib/header.h
index e146a56..5ab606f 100644
--- a/lib/header.h
+++ b/lib/header.h
@@ -1391,7 +1391,7 @@
#define PCI_DOE_STS 0xC /* DOE Status Register */
#define PCI_DOE_STS_BUSY 0x1 /* DOE Busy */
#define PCI_DOE_STS_INT 0x2 /* DOE Interrupt Status */
-#define PCI_DOE_STS_ERROR 0x3 /* DOE Error */
+#define PCI_DOE_STS_ERROR 0x4 /* DOE Error */
#define PCI_DOE_STS_OBJECT_READY 0x80000000 /* Data Object Ready */
/*