Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2003 12:15:02 +0100
From:      Andre Grosse Bley <gandalf@nm.ruhr-uni-bochum.de>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: kern/59248: 4.9-RELEASE, ACPI Panic with Dell Latitude D600
Message-ID:  <20031113111502.GA48068@nm.ruhr-uni-bochum.de>
In-Reply-To: <200311131110.hADBAHQg050056@freefall.freebsd.org>
References:  <200311131105.hADB58il047952@pc-o.nm.ruhr-uni-bochum.de> <200311131110.hADBAHQg050056@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin <jhb@FreeBSD.org> said the following on freebsd-hackers:

> Ah, the problem is that ACPI tries to sleep from a task, which is not safe
> to do.  This is not easy to fix. :(

Actually, it may not be too hard.  In current, ACPI uses its own thread
to run the tasks in, so stable would need the same sort of thing.
Basically, ACPI needs to start up a kproc and needs to have its own
taskqueue again that uses this kproc for its execution context.



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