From owner-cvs-src@FreeBSD.ORG Wed Nov 5 15:15:53 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 10DE316A4CE; Wed, 5 Nov 2003 15:15:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC0643FF5; Wed, 5 Nov 2003 15:15:52 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA5NFqXJ055249; Wed, 5 Nov 2003 15:15:52 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA5NFqXp055248; Wed, 5 Nov 2003 15:15:52 -0800 (PST) (envelope-from jhb) Message-Id: <200311052315.hA5NFqXp055248@repoman.freebsd.org> From: John Baldwin Date: Wed, 5 Nov 2003 15:15:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica madt.c src/sys/i386/i386 mptable.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: Wed, 05 Nov 2003 23:15:53 -0000 jhb 2003/11/05 15:15:52 PST FreeBSD src repository Modified files: sys/i386/acpica madt.c sys/i386/i386 mptable.c Log: When remapping an ISA interrupt from one intpin to another, disable the pin that is used by the default identity mapping if it still maps to the old vector. The ACPI case might need some tweaking for the SCI interrupt case since ACPI likes to address the intpin using both the IRQ remapped to it as well as the previous existing PCI IRQ mapped to it. Reported by: kan Revision Changes Path 1.3 +16 -8 src/sys/i386/acpica/madt.c 1.222 +5 -1 src/sys/i386/i386/mptable.c