On Jun 2, 2006, at 3:20 AM, Zang Roy-r61911 wrote:
quoted
How much RAM do you have ? Maybe you are running out of
virtual space ?
Ben.
512MBytes
If I understand things, there is a 16M region for PCI config space.
You could look at just doing the ioremap for each chunk when its
needed via the low level calls.
- kumar
On Fri, 2006-06-02 at 09:50 -0500, Kumar Gala wrote:
On Jun 2, 2006, at 3:20 AM, Zang Roy-r61911 wrote:
quoted
quoted
How much RAM do you have ? Maybe you are running out of
virtual space ?
Ben.
512MBytes
If I understand things, there is a 16M region for PCI config space.
You could look at just doing the ioremap for each chunk when its
needed via the low level calls.
PCI config access is called with locks held, it can't ioremap.
Ben.