From 13b4913199b513b9cdce1ac05c7237e9cb31b8e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Tue, 14 Jun 2022 14:09:02 +0200 Subject: [PATCH] setpci: Define CAPABILITIES register --- setpci.c | 1 + 1 file changed, 1 insertion(+) 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" }, -- 2.39.2