cvs commit: src/sys/dev/acpica acpi.c

John Baldwin jhb at FreeBSD.org
Wed Jun 15 21:44:12 GMT 2005


On Wednesday 15 June 2005 04:11 pm, Nate Lawson wrote:
> Eric Anderson wrote:
> >>>> Ok - I've narrowed it down.  A GENERIC kernel will go into S3 just
> >>>> fine on this laptop.  Removing apic from the kernel will break that.
>
> It is interesting that the suspend path without the apic support causes
> a hang for you.  This should be investigated.  Does it work if you have
> apic compiled in but boot with hint.apic.0.disabled="1" ? Any ideas
> where to look John?

Not for the !APIC case, no.  It would probably be good to get that working 
first before trying to work on the APIC case.  Perhaps the ioapic resume code 
is using locks when it shouldn't though.  Is it not safe to grab a spin lock 
when intr_resume() is called?

> >>> ioapic_suspend: not implemented!
> >>> ioapic_suspend: not implemented!
>
> I still think this needs to be implemented although it's not likely to
> be your problem.

Actually, we already reprogram all the APIC intpins on resume in 
ioapic_resume() from saved state.  There's actually not anything for 
ioapic_suspend() to do, so I've mostly left this as a marker until the 
current resume code is tested.

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the freebsd-acpi mailing list