From 6f10a98d7b7b6e0aa4d68c899d32c6d476747567 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 22 Oct 2015 17:15:16 +0200 Subject: Fix the size of the configuration bank --- pcilib/export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcilib/export.c b/pcilib/export.c index 6ee6a2c..fe5f3d1 100644 --- a/pcilib/export.c +++ b/pcilib/export.c @@ -20,7 +20,7 @@ const pcilib_register_protocol_description_t pcilib_standard_register_protocols[ }; const pcilib_register_bank_description_t pcilib_standard_register_banks[] = { - { PCILIB_REGISTER_BANK_CONF, PCILIB_REGISTER_PROTOCOL_SOFTWARE, PCILIB_BAR_NOBAR, 0, 0, 32, 0, PCILIB_HOST_ENDIAN, PCILIB_HOST_ENDIAN, "%lu", "conf", "pcilib configuration"}, + { PCILIB_REGISTER_BANK_CONF, PCILIB_REGISTER_PROTOCOL_SOFTWARE, PCILIB_BAR_NOBAR, 0, 0, 32, 0x1000, PCILIB_HOST_ENDIAN, PCILIB_HOST_ENDIAN, "%lu", "conf", "pcilib configuration"}, { 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL } }; -- cgit v1.2.3