From owner-cvs-src@FreeBSD.ORG Thu Apr 14 06:45:25 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 F2D4F16A4CF; Thu, 14 Apr 2005 06:45:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C745443D3F; Thu, 14 Apr 2005 06:45:24 +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 j3E6jO4s030822; Thu, 14 Apr 2005 06:45:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3E6jOtL030821; Thu, 14 Apr 2005 06:45:24 GMT (envelope-from jhb) Message-Id: <200504140645.j3E6jOtL030821@repoman.freebsd.org> From: John Baldwin Date: Thu, 14 Apr 2005 06:45:24 +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/dev/acpica acpi.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: Thu, 14 Apr 2005 06:45:25 -0000 jhb 2005-04-14 06:45:24 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Probe PCI link devices early so that we turn them all off via _DIS before we start turning any of them back on again. This works around a bug in some BIOSen that alias two different link devices for APIC vs ATPIC modes onto the same physical hardware link. Submitted by: njl Tested by: Antoine Brodin antoine dot brodin at laposte dot net Revision Changes Path 1.211 +4 -0 src/sys/dev/acpica/acpi.c