summaryrefslogtreecommitdiffstats
path: root/pcilib/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcilib/export.c')
-rw-r--r--pcilib/export.c2
1 files changed, 1 insertions, 1 deletions
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 }
};