From owner-cvs-all@FreeBSD.ORG Fri May 30 19:59:38 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78AD01065673; Fri, 30 May 2008 19:59:38 +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 839DD8FC1B; Fri, 30 May 2008 19:59:38 +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 m4UJxcO3066907; Fri, 30 May 2008 19:59:38 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UJxcwt066906; Fri, 30 May 2008 19:59:38 GMT (envelope-from marius) Message-Id: <200805301959.m4UJxcwt066906@repoman.freebsd.org> From: Marius Strobl Date: Fri, 30 May 2008 19:59:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sym sym_hipd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 19:59:38 -0000 marius 2008-05-30 19:59:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sym sym_hipd.c Log: MFC: 1.56; 1.57; 1.58; 1.63; 1.66; 1.68 - Fix -Wundef. - FreeBSD has had endian conversion macros for a long time. Axe the custom macros in this driver. - Fix typo in comment. - Fix various compilation warnings for gcc-4.2. - Use NULL instead of 0 for pointers. - Remove superfluous returns in functions returning void. - In sym_alloc_lcb_tags() return directly instead of jumping to a label which just returns. - Fix some spelling in comments. - Remove trailing whitespace. Revision Changes Path 1.55.2.2 +587 -639 src/sys/dev/sym/sym_hipd.c