From owner-cvs-all@FreeBSD.ORG Fri Jul 29 18:58:33 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 DFA8816A41F; Fri, 29 Jul 2005 18:58:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9784943D48; Fri, 29 Jul 2005 18:58:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6TIwXgN085850; Fri, 29 Jul 2005 18:58:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6TIwXbv085849; Fri, 29 Jul 2005 18:58:33 GMT (envelope-from jhb) Message-Id: <200507291858.j6TIwXbv085849@repoman.freebsd.org> From: John Baldwin Date: Fri, 29 Jul 2005 18:58:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 io_apic.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 29 Jul 2005 18:58:34 -0000 jhb 2005-07-29 18:58:33 UTC FreeBSD src repository Modified files: sys/i386/i386 io_apic.c Log: Add a tunable 'hw.apic.enable_extint' that can be set from the loader to not mask the ExtINT pin on the first I/O APIC as at least one PIII chipset seems to need this even though all of the pins in the 8259A's are masked. The default is still to mask the ExtINT pin. Reported by: Mike Tancsa mike at sentex.net MFC after: 3 days Revision Changes Path 1.21 +12 -2 src/sys/i386/i386/io_apic.c