/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/export.c

  • Committer: Suren A. Chilingaryan
  • Date: 2015-10-22 15:15:16 UTC
  • Revision ID: csa@suren.me-20151022151516-9kwkgr1445uyqsls
Fix the size of the configuration bank

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
};
21
21
 
22
22
const pcilib_register_bank_description_t pcilib_standard_register_banks[] = {
23
 
    { 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"},
 
23
    { 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"},
24
24
    { 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL }
25
25
};
26
26