sir,<br>&nbsp;&nbsp; can you plese suggest any book for pci driver writing...At present i am studying linux device drivers by alexandrorubini<br><br><div><span class="gmail_quote">On 9/13/07, <b class="gmail_sendername">Olof Johansson
</b> &lt;<a href="mailto:olof@lixom.net">olof@lixom.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Thu, Sep 13, 2007 at 10:01:36AM +0530, lakshminarayana babu wrote:
<br>&gt; i am new to the linux.....can you tell me how to access the pci<br>&gt; configuration space using ioremap function...but&nbsp;&nbsp;it is implicit function<br>&gt; declaration...<br><br>That is architecture and platform dependent. Some platforms don&#39;t even
<br>have a memory-mappable interface to configuration space.<br><br>Instead, please use the abstracted config access functions that the<br>kernel provides. (pci_read_config_word and friends).<br><br><br>-Olof<br></blockquote>
</div><br>