Hello,
I have a problem with my PCI driver....
I call "pci_resource_start()" to get the starting address for my BAR1, I/O area. The return address is 0x9000, (a 16 bit address). When I pass this address to "ioremap()" it remaps it to 0x00000000. Is there a way to remap a 16 bit address into a virtual address that I can use in my driver?
Thank you. |