From owner-freebsd-stable@FreeBSD.ORG Thu May 12 16:03:03 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97FF816A4CE for ; Thu, 12 May 2005 16:03:03 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4751543D7D for ; Thu, 12 May 2005 16:03:03 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from drjekyll.mkbuelow.net (p54AAD37C.dip.t-dialin.net [84.170.211.124]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 3ECBA2F47C; Thu, 12 May 2005 18:03:02 +0200 (CEST) Received: from [IPv6:::1] (localhost.mkbuelow.net [IPv6:::1]) by drjekyll.mkbuelow.net (8.13.3/8.13.3) with ESMTP id j4CG4JWn002335; Thu, 12 May 2005 18:04:20 +0200 (CEST) (envelope-from mkb@incubus.de) Message-ID: <42837E83.7040202@incubus.de> Date: Thu, 12 May 2005 18:04:19 +0200 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050509) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ronald Klop References: <42836321.6050007@incubus.de> <42836CC4.9010605@incubus.de> <42837508.2070401@incubus.de> In-Reply-To: X-Enigmail-Version: 0.91.0.0 OpenPGP: id=6FF22C9F; url=http://www.mkbuelow.net/mkbkeys Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit cc: "freebsd-stable@freebsd.org" Subject: Re: apm in 5.4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 16:03:03 -0000 Ronald Klop wrote: > Report your panic on the mailinglist or using send-pr. I can't help you > with it, but there are people who can. > Try to compile a kernel with apm in and acpi not in and I think I have > also something like pmtimer which is used by apm. And make sure acpi > isn't loaded as a module. I don't know if that's worth it... acpi is known to be rather flakey on older machines (such as this notebook) and, given the average response time to the PRs I have filed, I'm not sure I still have this machine when it then gets some attention... I'll now try and build a kernel with apm built in, as apparently the .ko doesn't do anything. Maybe this will work. mkb.