On Tue, Mar 31, 2009 at 05:17:47PM +0000, Matthias Drochner wrote: > Module Name: src > Committed By: drochner > Date: Tue Mar 31 17:17:47 UTC 2009 > > Modified Files: > src/sys/dev/acpi/acpica: OsdSchedule.c OsdSynch.c > > Log Message: > avoid tsleep also during shutdown (and in particular ACPI poweroff), > should fix PR kern/39141 by Takahiro Kambe and PR port-i386/41110 > by Reinoud Zandijk
Thank you for fixing an annoying panic. However it's one of many hacks to be applied to this. There's no good reason for interrupts to be off while the shutdown hooks are being processed.