Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2003 00:27:30 -0700 (PDT)
From:      Nate Lawson <nate@root.org>
To:        Andrew Thompson <andy@fud.org.nz>
Cc:        current@freebsd.org
Subject:   Re: ACPI and a Toshiba Tecra 8000
Message-ID:  <20030923002511.A44782@root.org>
In-Reply-To: <03Sep22.060710nzst.336005@homer.fire.org.nz>
References:  <20030916115255.A9706@root.org> <3F6763D3.8010007@fud.org.nz> <03Sep16.233331nzst.336012@homer.fire.org.nz> <03Sep21.234726nzst.336010@homer.fire.org.nz> <03Sep22.060710nzst.336005@homer.fire.org.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 22 Sep 2003, Andrew Thompson wrote:
> Andrew Thompson wrote:
> > I fixed the other null derefernce in sc_bell() and the laptop is now
> > suspending with the serial console the same as without.
>
> as it should, but the second suspend it only does acpi_SetSleepState()
> -> AcpiEnterSleepStatePrep() and then the laptop suspends itself. I am
> unsure why it is not getting as far the second time...
>
> <suspend #2>
> Breakpoint at   acpi_SetSleepState:     pushl   %ebp
> db> c
> Breakpoint at   AcpiEnterSleepStatePrep:        pushl   %ebp
> db> c
> <laptop suspends here, reboots on resume>

I'll have to look at your acpidump to have a guess.  It could be that
running the _PTS method causes your laptop to enter suspend the second
time due to an improperly resumed device from the first suspend.

acpidump -t -d > andy.asl

-Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030923002511.A44782>