aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Bratchikov <m@pepyaka.org>2022-05-20 17:33:01 +0300
committerMartin Mares <mj@ucw.cz>2022-10-30 13:32:59 +0100
commit224b552fa67cf841cb913e618ece94ab4cdb3932 (patch)
tree573843c65df46422ca29267fa136b93a791a37b8
parent8683ca3b20878a24ae1166111a635ee1c0c7b16e (diff)
downloadpciutils-224b552fa67cf841cb913e618ece94ab4cdb3932.tar.gz
lib: Fix PCI_HT_SEC_CMD_DN
-rw-r--r--lib/header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/header.h b/lib/header.h
index 33ed2be..165c49c 100644
--- a/lib/header.h
+++ b/lib/header.h
@@ -537,7 +537,7 @@
#define PCI_HT_SEC_CMD 2 /* Command Register */
#define PCI_HT_SEC_CMD_WR 0x0001 /* Warm Reset */
#define PCI_HT_SEC_CMD_DE 0x0002 /* Double-Ended */
-#define PCI_HT_SEC_CMD_DN 0x0076 /* Device Number */
+#define PCI_HT_SEC_CMD_DN 0x007c /* Device Number */
#define PCI_HT_SEC_CMD_CS 0x0080 /* Chain Side */
#define PCI_HT_SEC_CMD_HH 0x0100 /* Host Hide */
#define PCI_HT_SEC_CMD_AS 0x0400 /* Act as Slave */