From: Pali Rohár Date: Tue, 14 Jun 2022 12:09:02 +0000 (+0200) Subject: setpci: Define CAPABILITIES register X-Git-Tag: v3.9.0~19^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=13b4913199b513b9cdce1ac05c7237e9cb31b8e2;p=pciutils.git setpci: Define CAPABILITIES register --- diff --git a/setpci.c b/setpci.c index 2cb70fa..1a0a736 100644 --- a/setpci.c +++ b/setpci.c @@ -281,6 +281,7 @@ static const struct reg_name pci_reg_names[] = { { 0, 0x2c, 2, "SUBSYSTEM_VENDOR_ID" }, { 0, 0x2e, 2, "SUBSYSTEM_ID" }, { 0, 0x30, 4, "ROM_ADDRESS" }, + { 0, 0x34, 1, "CAPABILITIES" }, { 0, 0x3c, 1, "INTERRUPT_LINE" }, { 0, 0x3d, 1, "INTERRUPT_PIN" }, { 0, 0x3e, 1, "MIN_GNT" },