From owner-cvs-src@FreeBSD.ORG Thu May 15 20:21:31 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 4C86F106564A; Thu, 15 May 2008 20:21:31 +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 22CC08FC1A; Thu, 15 May 2008 20:21:31 +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 m4FKLVfE001933; Thu, 15 May 2008 20:21:31 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4FKLVVe001932; Thu, 15 May 2008 20:21:31 GMT (envelope-from marius) Message-Id: <200805152021.m4FKLVVe001932@repoman.freebsd.org> From: Marius Strobl Date: Thu, 15 May 2008 20:21:31 +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 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: Thu, 15 May 2008 20:21:31 -0000 marius 2008-05-15 20:21:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/include bus.h Log: MFC: 1.43 - 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.41.2.2 +109 -81 src/sys/sparc64/include/bus.h