cvs commit: src/sys/sparc64/sbus lsi64854.c lsi64854reg.h lsi64854var.h

Marius Strobl marius at FreeBSD.org
Sun Apr 17 10:41:32 PDT 2005


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


More information about the cvs-all mailing list