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

Marius Strobl marius at FreeBSD.org
Thu Jan 26 11:04:19 PST 2006


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


More information about the cvs-src mailing list