<pre style="margin: 0em;"><font size="4">Hello<br><br>As I understand ioremap() maps and returns virtual address<br>for a given physical(bus) address associated with my PCI card.<br>That is cool and clear.</font></pre><font size="4"><br>
</font>
<pre style="margin: 0em;"><font size="4">What is the purpose of request_mem_region()?<br>They both take physical address as a parameter, but do not return any<br>virt addresses.<br><br>1. What do they allocate/reserve and where?<br>
2. Should I call reques_mem_region() before doing ioremap() or not?<br><br><br>thanks<br></font></pre>