Wilko Bulte wrote: > > > > #0 dumpsys () at ../../kern/kern_shutdown.c:487 > > #1 0xc015a5dd in db_fncall (dummy1=0, dummy2=0, dummy3=0, > > While playing with the laptop it proved that roughly all power events > lead to the panic. Like running the battery flat for example :) > It panics just before it gets killed because of lack of power.
Most likely, there is a BIOS data area that is inaccessible to the BIOS code that gets invoked as a result of the interrupt, since most of the control stuff is implemented as BIOS traps, especially for the cheap-o processors, but also because you have to make the BIOS match the hardware implementation, and those vary widely. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message