Date: Sun, 17 Apr 2005 17:41:32 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sbus lsi64854.c lsi64854reg.h lsi64854var.h Message-ID: <200504171741.j3HHfWL8086420@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2005-04-17 17:41:32 UTC FreeBSD src repository Modified files: sys/sparc64/sbus lsi64854.c lsi64854reg.h lsi64854var.h Log: Style and minor changes: - Merge lsi64854.c rev. 1.25 from NetBSD: nuke trailing whitespace. - Update NetBSD RCS IDs according to what was actually already merged. - Remove dv_name from the lsi64854_softc and use device_printf() instead. - Use __func__ instead of hardcoded function names in error messages. - Use ulmin() instead of min() for comparing the DMA sizes as the values involved actually are represented by 64bit unsigned instead of 32bit unsigned. As far as I can't tell this doesn't make a difference in practice though. - Some style(9) fixes (mainly indentation). - Remove unnecessary braces. Revision Changes Path 1.5 +100 -118 src/sys/sparc64/sbus/lsi64854.c 1.3 +1 -1 src/sys/sparc64/sbus/lsi64854reg.h 1.4 +1 -2 src/sys/sparc64/sbus/lsi64854var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504171741.j3HHfWL8086420>