From owner-cvs-src-old@FreeBSD.ORG Mon Feb 1 10:18:18 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 E958B1065672 for ; Mon, 1 Feb 2010 10:18:18 +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 BD8488FC12 for ; Mon, 1 Feb 2010 10:18: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 o11AII2Q029534 for ; Mon, 1 Feb 2010 10:18:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o11AIISI029533 for cvs-src-old@freebsd.org; Mon, 1 Feb 2010 10:18:18 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201002011018.o11AIISI029533@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 1 Feb 2010 10:18:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sun4v/include bus.h src/sys/sun4v/sun4v bus_machdep.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 10:18:19 -0000 marius 2010-02-01 10:18:00 UTC FreeBSD src repository Modified files: sys/sun4v/include bus.h sys/sun4v/sun4v bus_machdep.c Log: SVN rev 203335 on 2010-02-01 10:18:00Z by marius Merge r177565 from sparc64: - Const'ify the bus_stream_asi and bus_type_asi arrays. - Replace hard-coded functions names missed in bus_machdep.c with __func__. - Break some long lines. Revision Changes Path 1.5 +2 -2 src/sys/sun4v/include/bus.h 1.5 +11 -12 src/sys/sun4v/sun4v/bus_machdep.c