From owner-freebsd-acpi@FreeBSD.ORG Tue Jun 5 23:32:16 2007 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 810CE16A469 for ; Tue, 5 Jun 2007 23:32:16 +0000 (UTC) (envelope-from jonathan@kc8onw.net) Received: from ms-smtp-04.nyroc.rr.com (ms-smtp-04.nyroc.rr.com [24.24.2.58]) by mx1.freebsd.org (Postfix) with ESMTP id 4BCC113C455 for ; Tue, 5 Jun 2007 23:32:16 +0000 (UTC) (envelope-from jonathan@kc8onw.net) Received: from mail.kc8onw.net (cpe-72-230-89-31.twcny.res.rr.com [72.230.89.31]) by ms-smtp-04.nyroc.rr.com (8.13.6/8.13.6) with ESMTP id l55NWE7x021194 for ; Tue, 5 Jun 2007 19:32:15 -0400 (EDT) Received: from www.kc8onw.net (localhost [127.0.0.1]) by mail.kc8onw.net (Postfix) with ESMTP id 75B422841F for ; Tue, 5 Jun 2007 19:32:14 -0400 (EDT) Received: from 69.61.188.89 (SquirrelMail authenticated user jonathan) by www.kc8onw.net with HTTP; Tue, 5 Jun 2007 19:32:14 -0400 (EDT) Message-ID: <56304.69.61.188.89.1181086334.squirrel@www.kc8onw.net> In-Reply-To: <200706051418.39948.jhb@freebsd.org> References: <62855.69.61.188.89.1180770401.squirrel@www.kc8onw.net> <200706051418.39948.jhb@freebsd.org> Date: Tue, 5 Jun 2007 19:32:14 -0400 (EDT) From: jonathan@kc8onw.net To: freebsd-acpi@freebsd.org User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Unable to install System Control Interrupt handler [20070320] X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 23:32:16 -0000 On Tue, June 5, 2007 2:18 pm, John Baldwin wrote: > On Saturday 02 June 2007 03:46:41 am jonathan@kc8onw.net wrote: > >> I just updated to the latest -current from 6.2 release on an amd64 >> system and get the below error ACPI Exception (evevent-0257): >> AE_ALREADY_EXISTS, Unable to install System >> Control Interrupt handler [20070320] >> >> >> I found this thread that discusses it as well but it seems to have >> mostly died off without a clear resolution. >> > http://lists.freebsd.org/mailman/htdig/freebsd-acpi/2005-December/002307. > html >> >> I know the BIOS in this machine is pretty poor but I would like to get >> it working. > > Add 'device atpic' to your kernel. That fixed it! Thank you very much, Jonathan