Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2006 19:04:19 +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/dev/auxio auxio.c
Message-ID:  <200601261904.k0QJ4JaR099340@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2006-01-26 19:04:19 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/auxio        auxio.c 
  Log:
  - Only touch the LED bit of the (LED) AUXIO register when turning the
    system LED on or off. Unlike the EBus LED AUXIO register where the
    remaining bits are unused the upper bits of the SBus AUXIO register
    are used to control other things like the link test enable pin of
    the on-board NIC which we don't want to change as a side-effect.
  - Remove the superfluous bzero()'ing of the softc obtained from
    device_get_softc().
  
  Reviewed by:    yongari
  MFC after:      3 days
  
  Revision  Changes    Path
  1.5       +9 -4      src/sys/dev/auxio/auxio.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601261904.k0QJ4JaR099340>