From owner-cvs-src-old@FreeBSD.ORG Mon Feb 1 12:43:23 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 993FA106568B for ; Mon, 1 Feb 2010 12:43:23 +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 6D73B8FC1F for ; Mon, 1 Feb 2010 12:43:23 +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 o11ChNFh043499 for ; Mon, 1 Feb 2010 12:43:23 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o11ChNwT043498 for cvs-src-old@freebsd.org; Mon, 1 Feb 2010 12:43:23 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201002011243.o11ChNwT043498@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 12:43:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sun4v/include bus.h 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 12:43:23 -0000 marius 2010-02-01 12:43:04 UTC FreeBSD src repository Modified files: sys/sun4v/include bus.h Log: SVN rev 203341 on 2010-02-01 12:43:04Z by marius Merge r178860 from sparc64: - Remove the BUS_HANDLE_MIN checking in the __BUS_DEBUG_ACCESS macro; for UPA it should have fulfilled its purpose by now and Fireplane- and JBus-based machines are way to messy in organization to implement something equivalent. - Fix a bunch of style(9) bugs. Revision Changes Path 1.6 +90 -81 src/sys/sun4v/include/bus.h