From owner-cvs-all@FreeBSD.ORG Mon May 10 11:26:23 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 4586816A4CE; Mon, 10 May 2004 11:26:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F14843D58; Mon, 10 May 2004 11:26:23 -0700 (PDT) (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 i4AIQMGe060928; Mon, 10 May 2004 11:26:22 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4AIQMIN060927; Mon, 10 May 2004 11:26:22 -0700 (PDT) (envelope-from jhb) Message-Id: <200405101826.i4AIQMIN060927@repoman.freebsd.org> From: John Baldwin Date: Mon, 10 May 2004 11:26:22 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pcib_pci.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, 10 May 2004 18:26:23 -0000 jhb 2004/05/10 11:26:22 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_pcib_pci.c Log: If an ACPI PCI-PCI bridge doesn't have a _PRT object, fall back to using the swizzle method for routing PCI interrupts across the bridge. This fixes problems with motherboards (typically laptops) whose BIOS doesn't provide a PRT for the AGP bridge even though there is a device entry for the bridge in the ACPI namespace. Tested by: Kenneth Culver culverk at sweetdreamsracing dot biz Revision Changes Path 1.7 +9 -1 src/sys/dev/acpica/acpi_pcib_pci.c