cvs commit: src/sys/dev/auxio auxio.c

Marius Strobl marius at FreeBSD.org
Mon Jan 30 13:47:49 PST 2006


marius      2006-01-30 21:47:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/auxio        auxio.c 
  Log:
  MFC: 1.5
  
  - 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().
  
  Revision  Changes    Path
  1.4.2.1   +9 -4      src/sys/dev/auxio/auxio.c


More information about the cvs-src mailing list