From owner-cvs-all@FreeBSD.ORG Mon Jan 26 11:41:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4448016A4E2 for ; Mon, 26 Jan 2004 11:41:25 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8670643D48 for ; Mon, 26 Jan 2004 11:41:20 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 461 invoked from network); 26 Jan 2004 19:41:19 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 26 Jan 2004 19:41:19 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i0QJfGM0051083; Mon, 26 Jan 2004 14:41:16 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Mon, 26 Jan 2004 14:39:04 -0500 User-Agent: KMail/1.5.4 References: <200401261934.i0QJYOtf014473@repoman.freebsd.org> In-Reply-To: <200401261934.i0QJYOtf014473@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401261439.04136.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: cvs commit: src/sys/i386/acpica madt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 19:41:25 -0000 On Monday 26 January 2004 02:34 pm, John Baldwin wrote: > jhb 2004/01/26 11:34:24 PST > > FreeBSD src repository > > Modified files: > sys/i386/acpica madt.c > Log: > - Call acpi_Startup() before parsing interrupt-related APIC resources so > we can look at the ACPI tables. If the startup fails, we panic and tell > the user to try rebooting with ACPI disabled. Previously in this case we > would try to use $PIR interrupt routing which only works for the atpic > while using the apic to handle interrupts which would result in misrouted > interrupts and a hang at boot time with no error message. > - Read the SCI out of the FADT instead of hardcoding 9 when checking to > see if an interrupt override entry is for the SCI. > - Try to work around some BIOS brain damage for the SCI's programming by > forcing the SCI to be level triggered and active low if it is routed > to a non-ISA interrupt (greater than 15) or if it is identity mapped > with edge trigger and active high polarity. This should fix some of the > hangs with device apic and ACPI that some people see. Namely, if you used to get an interrupt storm on irq20 with acpi0 and some other PCI device, those should be fixed now. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org