Subject: Re: Power management for hpcmips
To: Curtis Galloway <port-hpcmips@netbsd.org>
From: TAKEMURA Shin <takemura@netbsd.org>
List: port-hpcmips
Date: 06/03/2000 15:27:56
----- Original Message ----- 
From: "Curtis Galloway" <curtisg@arsdigita.com>
To: <port-hpcmips@netbsd.org>
Sent: Friday, June 02, 2000 1:56 PM
Subject: Power management for hpcmips


> Now that I can compile a kernel, I'm thinking of working on power
> management support.  It seems to me that the easiest way to do it is
> to implement it in the same way as the i386 APM driver, so you could
> use the i386 apm user space code to talk to it.
> 
> Is anyone working on this now?  I don't want to duplicate work that's
> already being done.

Yes. I'm thinking about power management, however, I've done
nothing yet.

Though the APM is too dependent on i386 archtecture, I want
to use it's userland. So I'm going to rewrite APM driver in 
MI/MD style. I'm glad if you rewrite APM driver in MI/MD style.

Takemura