Subject: Re: PNP power management API for drivers
To: None <tech-kern@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-kern
Date: 10/16/2007 21:01:48
On Tue, Oct 16, 2007 at 09:32:19AM -0700, Jason Thorpe wrote:
>
> On Oct 5, 2007, at 6:56 PM, Matt Thomas wrote:
>
>> void pnp_domain_join(device_t domain, device_t self)
>
> Is it really appropriate to represent the power domain as a device_t?  I'm 
> beginning to thing that representing all of these control structures as 
> devices is wrong-headed.

I am aware of the problem. It will be addressed at the right time.
The right time is certainly before the branch gets merged.

Joerg