From owner-cvs-src@FreeBSD.ORG Mon May 3 07:49:11 2004 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 CC9F216A4CF; Mon, 3 May 2004 07:49:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B2E43D53; Mon, 3 May 2004 07:49:11 -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 i43EnBGe034235; Mon, 3 May 2004 07:49:11 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i43EnBd5034234; Mon, 3 May 2004 07:49:11 -0700 (PDT) (envelope-from jhb) Message-Id: <200405031449.i43EnBd5034234@repoman.freebsd.org> From: John Baldwin Date: Mon, 3 May 2004 07:49:11 -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/i386/i386 mptable_pci.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: Mon, 03 May 2004 14:49:12 -0000 jhb 2004/05/03 07:49:11 PDT FreeBSD src repository Modified files: sys/i386/i386 mptable_pci.c Log: Use a private attach method for the MP Table host-PCI bridge driver rather than using legacy_pcib_attach(). The MP Table drivers don't use the $PIR, and the legacy_pcib_attach() function probes and parses the $PIR in addition to adding the pci bus child device. Revision Changes Path 1.2 +9 -1 src/sys/i386/i386/mptable_pci.c