Subject: Re: looking for devices on PCI bus
To: None <bouyer@antioche.lip6.fr, wiz@danbala.ifoer.tuwien.ac.at>
From: None <eeh@netbsd.org>
List: tech-kern
Date: 05/02/2001 15:09:42
	On Tue, May 01, 2001 at 11:46:25PM +0200, Wiz wrote:
	> I think we also want this for some of the X servers.
	> These also want to know the address space of the cards, of course
	> -- perhaps you could provide some functions for that, too? :)
	> 
	> Or should this be somehow done by the callback() function?

	Well, this is another problem entirely, as the X servers are in userland.
	We would need a sysctl tree for this, but I'm not sure how to make this fit
	in the sysctl tree.
	Anyway this doesn't touch the same piece of code :)

Actually, once again, this sounds like a job for device properties.

Eduardo