Subject: Re: pmf(9): shutdown & D1/D2 states
To: None <tech-kern@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-kern
Date: 12/23/2007 23:46:53
On Sun, Dec 23, 2007 at 10:27:51PM +0000, Iain Hibbert wrote:
> Personally, if you are going with extending the API then I think it
> becomes neater to pass a structure which can ususally be static const, eg

My personal fear is that it also makes it easier to change the API and
forgot some parts of the tree. Consider e.g. network device which still
don't consistently provide if_stop.

Joerg