Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2000 13:21:19 -0700 (PDT)
From:      Mitsuru IWASAKI <iwasaki@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpi acpi.c acpi.h acpi_powerres.c
Message-ID:  <200009262021.NAA43008@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iwasaki     2000/09/26 13:21:19 PDT

  Modified files:
    sys/dev/acpi         acpi.c acpi.h acpi_powerres.c 
  Log:
  Add code for device wake capability during sleeping state.
   - Add acpi_gpe_enable_bit() to manipulate GPE enable registers based
    on _PRW objects.
   - Add acpi_set_device_wakecap().  This will manipulate related
     PowerResource objects and execute _PSW method of the device.
   - Cleanup and some small fixes.
  
  This code was implemented based on 7.2.1 _PRW in spec mainly.
  
  Revision  Changes    Path
  1.12      +32 -3     src/sys/dev/acpi/acpi.c
  1.8       +24 -1     src/sys/dev/acpi/acpi.h
  1.5       +316 -37   src/sys/dev/acpi/acpi_powerres.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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