From owner-cvs-src-old@FreeBSD.ORG Mon Feb 1 17:51:19 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4E16106568D for ; Mon, 1 Feb 2010 17:51:19 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 628118FC13 for ; Mon, 1 Feb 2010 17:51:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o11HpIDA000309 for ; Mon, 1 Feb 2010 17:51:18 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o11HpISJ000308 for cvs-src-old@freebsd.org; Mon, 1 Feb 2010 17:51:18 GMT (envelope-from marcel@repoman.freebsd.org) Message-Id: <201002011751.o11HpISJ000308@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marcel@repoman.freebsd.org using -f From: Marcel Moolenaar Date: Mon, 1 Feb 2010 17:51:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/mpc85xx pci_ocp.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2010 17:51:19 -0000 marcel 2010-02-01 17:51:01 UTC FreeBSD src repository Modified files: sys/powerpc/mpc85xx pci_ocp.c Log: SVN rev 203352 on 2010-02-01 17:51:01Z by marcel Make PCI Express host controllers functional, by: 1. checking whether there's a link before initializing devices on the bus. When there's no link any access onto the bus will wedge the CPU. 2. synthesizing the class & subclass so that the host controller appears as a standard PCI bridge, rather than a PowerPC CPU. Revision Changes Path 1.8 +26 -0 src/sys/powerpc/mpc85xx/pci_ocp.c