From owner-cvs-src@FreeBSD.ORG Tue Dec 16 08:32:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CECC16A4CE; Tue, 16 Dec 2003 08:32:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34B743D1F; Tue, 16 Dec 2003 08:32:28 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBGGWS0B012051; Tue, 16 Dec 2003 08:32:28 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBGGWSsF012050; Tue, 16 Dec 2003 08:32:28 -0800 (PST) (envelope-from jhb) Message-Id: <200312161632.hBGGWSsF012050@repoman.freebsd.org> From: John Baldwin Date: Tue, 16 Dec 2003 08:32:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/i386/i386 mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 16:32:31 -0000 jhb 2003/12/16 08:32:28 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/i386 mp_machdep.c Log: Pin 0 on the first I/O APIC is always an ExtINT pin. Some BIOS's are broken and list the type of the pin as INT rather than ExtINT in the MP Table. To workaround, force pin 0 of ioapic 0 to be ExtINT if it is of type INT. This is not a MFC as -current has very different apic code now. Current's mptable parser might need a similar workaround. PR: i386/39234 Reported by: Henri Hennebert Revision Changes Path 1.115.2.20 +9 -0 src/sys/i386/i386/mp_machdep.c