Subject: Re: APM weirdness.
To: Peter Seebach <seebs@plethora.net>
From: Kevin Sullivan <ksulliva@psc.edu>
List: port-i386
Date: 10/25/2000 16:35:13
On Sat, 21 Oct 2000 01:33:31 CDT, Peter Seebach says
>So, my i386 machine actually *doesn't* hang now; "apm -z" gets about a 20
>second delay, followed by
>	APM set power state <1,2>: unable to enter requested state (0x6007)
>on console.  After it does this, it "wakes back up" and re-configures the
>network, etcetera.

My Thinkpad 560 has had the same problem for months.  I tracked it down to
changes made on June 16 around 4am.  My laptop works if I:
  * revert sys/arch/i386/isa/npx.c to 1.71
  * change arch/i386/conf/files.i386:
    < attach  npx at isa with npx_isa
    > attach  npx at isa

I just built a kernel with yesterday's 1.5beta sources and still have the
same problem (and the same solution works).

	-Kevin