Subject: interface power management
To: None <tech-kern@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: tech-kern
Date: 02/28/2000 11:05:14
Hi,

I have a power mgmt patch for the tlp driver (kern/9235 -- it does
what most other drivers do), but shouldn't this be made in a more
generic way than having each driver supply it's own
*_(enable|disable)?

Doesn't this belong in struct device and/or cfattach?

/Johan