On 1/9/07, Bahadir Balban <bahadir.balban@xxxxxxxxx> wrote:
Hi, When and how are PCI IO regions virtually mapped in linux? I have some PCI ethernet device working OK, which has some IO regions, but enabling IDE panics the kernel as IDE tries to access IO region of the IDE device in physical. Do you have any idea why this happens?
Could not understand the question clearly .... By IO region you mean the I/O ports (request_region() / inb() / outb()) ? Or the I/O Memory (request_mem_region() / ioremap())? -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/