From owner-cvs-all@FreeBSD.ORG Tue Jul 1 16:58:44 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 318C81065685; Tue, 1 Jul 2008 16:58:44 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 092988FC19; Tue, 1 Jul 2008 16:58:44 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m61Gwhqu046213; Tue, 1 Jul 2008 16:58:43 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m61GwhlC046212; Tue, 1 Jul 2008 16:58:43 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200807011658.m61GwhlC046212@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Tue, 1 Jul 2008 16:58:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sparc64/pci ofw_pcib_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 Jul 2008 16:58:44 -0000 marius 2008-07-01 16:58:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/pci ofw_pcib_subr.c Log: SVN rev 180150 on 2008-07-01 16:58:35Z by marius MFC: r153342 Fix a bug introduced in r1.5/153057 (MFC'ed in r1.4.8.1/172460); for retrieving the device_t of the parent bridge of a PCI-PCI bridge we need two device_get_parent(). Revision Changes Path 1.4.8.2 +2 -2 src/sys/sparc64/pci/ofw_pcib_subr.c