Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2007 11:21:08 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-acpi@freebsd.org
Subject:   Re: Unable to install System Control Interrupt handler [20070320]
Message-ID:  <200706041121.09268.jhb@freebsd.org>
In-Reply-To: <62855.69.61.188.89.1180770401.squirrel@www.kc8onw.net>
References:  <62855.69.61.188.89.1180770401.squirrel@www.kc8onw.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.
> 
> Thanks for any help,
> Jonathan

Try this:

Index: local_apic.c
===================================================================
RCS file: /usr/cvs/src/sys/amd64/amd64/local_apic.c,v
retrieving revision 1.36
diff -u -r1.36 local_apic.c
--- local_apic.c        6 Mar 2007 17:16:46 -0000       1.36
+++ local_apic.c        4 Jun 2007 15:20:14 -0000
@@ -977,10 +977,6 @@
        struct apic_enumerator *enumerator;
        int retval, best;

-       /* We only support built in local APICs. */
-       if (!(cpu_feature & CPUID_APIC))
-               return;
-
        /* Don't probe if APIC mode is disabled. */
        if (resource_disabled("apic", 0))
                return;


-- 
John Baldwin



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