billfarrow / pcimem

Simple program to read & write to a pci device from userspace
GNU General Public License v2.0
307 stars 115 forks source link

Add support for 64-bit double word read/write #4

Closed vaibhav92 closed 7 years ago

vaibhav92 commented 7 years ago

This pull request adds support for reading/writing 64-bit unsigned integers from the PCI device registers. This access mode can be used via the newly introduced '-d' access type.

Signed-off-by: Vaibhav Jain vaibhav@linux.vnet.ibm.com