Skip to content

Pull Request for adding full IO Mapped support

Jose Javier Rodriguez Barbarin requested to merge fix_issue_269_fpga_load into mad-dev

A new specific Makefile has been created to enable IO support. Additionally, this PR fixes a bug as pciutils includes the Mapping type in last bit, so for IO mapping such bit must be set to 0. Finally, iopl has been replaced with ioperm function as iopl is deprecated.

Merge request reports