From owner-cvs-src-old@FreeBSD.ORG Sun Sep 13 14:47:57 2009 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 9EC791065672 for ; Sun, 13 Sep 2009 14:47:57 +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 8CB898FC1B for ; Sun, 13 Sep 2009 14:47:57 +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 n8DElvEu030467 for ; Sun, 13 Sep 2009 14:47:57 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8DElv0Q030466 for cvs-src-old@freebsd.org; Sun, 13 Sep 2009 14:47:57 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200909131447.n8DElv0Q030466@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 13 Sep 2009 14:47:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/pci ofw_pci.h psycho.c schizo.c src/sys/sparc64/sparc64 jbusppm.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: Sun, 13 Sep 2009 14:47:57 -0000 marius 2009-09-13 14:47:31 UTC FreeBSD src repository Modified files: sys/sparc64/pci ofw_pci.h psycho.c schizo.c sys/sparc64/sparc64 jbusppm.c Log: SVN rev 197164 on 2009-09-13 14:47:31Z by marius Factor out the duplicated macro for the device type used in the OFW device tree for PCI bridges and add a new one for PCI Express. While at it, take advantage of the former for the rman(9) work- around in jbusppm(4). Revision Changes Path 1.15 +4 -0 src/sys/sparc64/pci/ofw_pci.h 1.83 +1 -3 src/sys/sparc64/pci/psycho.c 1.7 +1 -3 src/sys/sparc64/pci/schizo.c 1.3 +5 -1 src/sys/sparc64/sparc64/jbusppm.c