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

Nate Lawson nate at root.org
Thu Jun 16 00:58:10 GMT 2005


Eric Anderson wrote:
> John Baldwin wrote:
>>
>> 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.
> 
> I now see that when it is trying to come out of resume, it panics.  I 
> can't see it, and my serial access doesn't seem to work at that point (I 
> booted with boot -h, maybe I should have set some additional options) - 
> but if I type 'call doadump' on the keyboard, it dumps.  However, I have 
> no idea what to do with it now that it's dumped :)

That's getting somewhere.  Use savecore(8) to get a copy of the dump 
image.  Then run dmesg on it to get console messages and gdb 
/boot/kernel/kernel vmcore and type "bt" to get a backtrace and "print 
panicstr" to get the panic message.

-- 
Nate


More information about the freebsd-acpi mailing list