cvs commit: src/sys/dev/acpica acpi.c acpi_package.c acpivar.h

Nate Lawson njl at FreeBSD.org
Sat Feb 5 22:28:37 GMT 2005


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


More information about the cvs-src mailing list