From owner-cvs-src@FreeBSD.ORG Thu Apr 14 17:59:58 2005 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 AE81A16A4CE; Thu, 14 Apr 2005 17:59:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9328043D1D; Thu, 14 Apr 2005 17:59:58 +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 j3EHxwj5082289; Thu, 14 Apr 2005 17:59:58 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3EHxwkj082288; Thu, 14 Apr 2005 17:59:58 GMT (envelope-from jhb) Message-Id: <200504141759.j3EHxwkj082288@repoman.freebsd.org> From: John Baldwin Date: Thu, 14 Apr 2005 17:59:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.i386 src/sys/i386/acpica madt.c src/sys/i386/i386 io_apic.c machdep.c mptable.c src/sys/i386/include apicvar.h 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: Thu, 14 Apr 2005 17:59:58 -0000 jhb 2005-04-14 17:59:58 UTC FreeBSD src repository Modified files: sys/conf options.i386 sys/i386/acpica madt.c sys/i386/i386 io_apic.c machdep.c mptable.c sys/i386/include apicvar.h Log: Remove support for mixed mode altogether now that we no longer use IRQ 0 when using an APIC. This simplifies the APIC code somewhat and also allows us to be pedantically more compliant with ACPI which mandates no use of mixed mode. Revision Changes Path 1.219 +0 -1 src/sys/conf/options.i386 1.19 +0 -2 src/sys/i386/acpica/madt.c 1.20 +8 -89 src/sys/i386/i386/io_apic.c 1.613 +0 -5 src/sys/i386/i386/machdep.c 1.241 +0 -1 src/sys/i386/i386/mptable.c 1.12 +0 -1 src/sys/i386/include/apicvar.h