From owner-cvs-all@FreeBSD.ORG Fri Oct 31 13:00:39 2003 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 2B55716A4CF; Fri, 31 Oct 2003 13:00:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A1643FA3; Fri, 31 Oct 2003 13:00:38 -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 h9VL0cXJ017483; Fri, 31 Oct 2003 13:00:38 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9VL0b86017479; Fri, 31 Oct 2003 13:00:37 -0800 (PST) (envelope-from jhb) Message-Id: <200310312100.h9VL0b86017479@repoman.freebsd.org> From: John Baldwin Date: Fri, 31 Oct 2003 13:00:37 -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/pci pci_bus.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: Fri, 31 Oct 2003 21:00:39 -0000 jhb 2003/10/31 13:00:37 PST FreeBSD src repository Modified files: sys/i386/pci pci_bus.c Log: Lower the priority of the legacy host to pci bridge driver so that other non-ACPI host-bridge drivers can preempt this driver. Revision Changes Path 1.106 +1 -1 src/sys/i386/pci/pci_bus.c