Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - mapping device from PCI 64-bit memory space: Page 1 of 2 (2 Items)
   
mapping device from PCI 64-bit memory space  
Hi,

I have to obtain access to registers of the device, that is located on PCI 64-bit memory space. Do I have to do same 
special operations?
By now I did following steps:
1) found device using _CA_PCI_Find_Device();
2) read off the device's base address from its pci configuration space;
3) mapped the device memory space using mmap() function.

Are above mentioned operations correct?
Is any difference between device mapping from 32-bits PCI memory space and 64-bit memory space?

Best Rgds
Mariusz