Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2005 20:27:39 +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:  <200506042027.j54KRdGs084620@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2005-06-04 20:27:39 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/auxio        auxio.c 
  Log:
  - Take advantage of ebus(4) having switched to SYS_RES_MEMORY for memory
    resources in ebus.c rev. 1.22 and collapse the resource allocation for
    both the EBus and SBus variants into auxio_attach_common().
  - For the EBus variant make sure that the resource for controlling the
    LED is actually available; (in theory) we could have ended up using
    the resource without allocating it.
  
  Revision  Changes    Path
  1.3       +31 -42    src/sys/dev/auxio/auxio.c



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