From owner-cvs-all@FreeBSD.ORG Mon May 10 11:39:11 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 8FBFD16A4CF; Mon, 10 May 2004 11:39:11 -0700 (PDT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2497343D1F; Mon, 10 May 2004 11:39:11 -0700 (PDT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id 550B3266; Mon, 10 May 2004 14:49:02 -0400 (EDT) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Mon, 10 May 2004 14:49:02 -0400 Message-ID: <20040510144902.hccocsw8owo4c0w4@www.sweetdreamsracing.biz> Date: Mon, 10 May 2004 14:49:02 -0400 From: Kenneth Culver To: John Baldwin References: <200405101826.i4AIQMIN060927@repoman.freebsd.org> In-Reply-To: <200405101826.i4AIQMIN060927@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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:39:11 -0000 Quoting John Baldwin : > 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 > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" Thanks! My machine isn't a laptop though... (asus k8v deluxe, athlon 64 mobo) Ken