Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2005 18:19:50 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi_battery.c
Message-ID:  <200507281819.j6SIJoAF074016@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2005-07-28 18:19:50 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_battery.c 
  Log:
  Zero the _BST, _BIF, and battinfo allocations.  This is needed since we
  later sum capacities for all batteries, even those that weren't actually
  present.  We only need to do this for _BST but do it for all of them.
  
  Reported by:    Eric Anderson
  MFC after:      1 day
  
  Revision  Changes    Path
  1.15      +3 -3      src/sys/dev/acpica/acpi_battery.c



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