From owner-cvs-src@FreeBSD.ORG Wed Apr 23 21:25:17 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D479A1065672; Wed, 23 Apr 2008 21:25:17 +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 9F7228FC1E; Wed, 23 Apr 2008 21:25:17 +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 m3NLPH4F063805; Wed, 23 Apr 2008 21:25:17 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3NLPHZv063804; Wed, 23 Apr 2008 21:25:17 GMT (envelope-from marius) Message-Id: <200804232125.m3NLPHZv063804@repoman.freebsd.org> From: Marius Strobl Date: Wed, 23 Apr 2008 21:25:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sparc64/include bus.h src/sys/sparc64/sparc64 bus_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 23 Apr 2008 21:25:17 -0000 marius 2008-04-23 21:25:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/include bus.h sys/sparc64/sparc64 bus_machdep.c Log: MFC: bus.h 1.42; bus_machdep.c 1.47 - Const'ify the bus_stream_asi and bus_type_asi arrays. - Replace hard-coded functions names missed in bus_machdep.c rev. 1.44 with __func__. - Break some long lines. Revision Changes Path 1.41.2.1 +2 -2 src/sys/sparc64/include/bus.h 1.46.2.1 +11 -12 src/sys/sparc64/sparc64/bus_machdep.c