Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2004 16:08:03 +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_button.c acpi_lid.c acpi_pci.c acpi_pcib_acpi.c acpivar.h
Message-ID:  <200406301608.i5UG831p042133@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2004-06-30 16:08:03 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpi_button.c acpi_lid.c 
                         acpi_pci.c acpi_pcib_acpi.c acpivar.h 
  Log:
  Move flags into a private ivar so it can't collide with device flags.
  Unify the code to disable GPEs with the enable code.  Shutdown is handled
  the same way.  ACPI now does all wake/sleep prep for child devices so
  now they no longer need to call external functions in the suspend/resume
  path.  Add the flags to non-ACPI busses (i.e., pci).
  
  Revision  Changes    Path
  1.172     +92 -107   src/sys/dev/acpica/acpi.c
  1.29      +0 -5      src/sys/dev/acpica/acpi_button.c
  1.25      +0 -5      src/sys/dev/acpica/acpi_lid.c
  1.21      +25 -2     src/sys/dev/acpica/acpi_pci.c
  1.37      +10 -0     src/sys/dev/acpica/acpi_pcib_acpi.c
  1.76      +10 -5     src/sys/dev/acpica/acpivar.h



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