Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change interface to PcieDev to use lseek #77

Open
killenb opened this issue Aug 26, 2019 · 0 comments
Open

Change interface to PcieDev to use lseek #77

killenb opened this issue Aug 26, 2019 · 0 comments

Comments

@killenb
Copy link
Member

killenb commented Aug 26, 2019

Currently DeviceAccess is using the legacy interface with ioctl when using the PcieDev driver. It shoud be changed to read/write. Notice: Although the mechanism is the same as for PcieUni, the address offsets for the bars are different because pciedev also allows 8, 16 (and 64?) bit access, not only 32 bits. As DeviceAccess is limited to 32 bits, only this will be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant