Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Feb 2005 22:28:36 +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.c acpi_package.c acpivar.h
Message-ID:  <200502052228.j15MSaE5057797@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2005-02-05 22:28:36 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpi_package.c acpivar.h 
  Log:
  Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memory
  type.  This is needed if the resource is to be released later.  The RID is
  still also present, though less necessary since rman_get_rid() can be used
  to obtain it from the resource.
  
  Revision  Changes    Path
  1.199     +19 -11    src/sys/dev/acpica/acpi.c
  1.5       +4 -9      src/sys/dev/acpica/acpi_package.c
  1.86      +4 -4      src/sys/dev/acpica/acpivar.h



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