Subject: Re: problem with bus_space_map
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Christian Groessler <cpg@aladdin.de>
List: tech-kern
Date: 02/12/2004 12:19:16
On 12.02.2004 12:00:34 CET Manuel Bouyer wrote:
>
>On Thu, Feb 12, 2004 at 10:37:47AM +0530, Anand Lalgondar wrote:
>> Well something came to my mind when reading this. Here the user is not
>> sure whether the memory that he requires is free or is mapped to some
>> device. Now if there was a table that would store the name, physical
>> address, virtual address, size allocated and IRQ number, for all type of
>> devices (when they get configured) that would be helpful to people who
>> struggle to find what type of memory to be allocated.
>
>bus_space already has this. But it can't keep track of memory mapped
>for devices not (yet) attached.

How can I view the current mappings for the devices already attached?

chris