Re: New resources - pls, explain :-(

Linus Torvalds (torvalds@transmeta.com)
Fri, 6 Aug 1999 09:19:25 -0700 (PDT)


On Fri, 6 Aug 1999, Geert Uytterhoeven wrote:
>
> How does a device know the region is not in use, if the generic PCI code takes
> care of that?

Please take a look at the pre-7 code (I think it was in pre-6 too, but I
can't be sure without checking, and I'm lazy).

What happens is that the =busyness= of a region is maintained by having
special "busy" resources that are sub-resources of the actual hardware
resources. This means, for example, that two different drivers can (if it
makes sense - and it might, especially for multifunction devices) carve
out different portions of the same hardware resource.

In particular, look at __request_region() and __release_region() to see
how they traverse the resource tree..

Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/