Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2000 13:38:32 -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:  <200008292038.NAA49775@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iwasaki     2000/08/29 13:38:32 PDT

  Modified files:
    sys/dev/acpi         acpi.c acpi.h acpi_powerres.c 
  Log:
  Refine implementation of PowerResource manipulation sub-routines.
  
   - Add new funcions for device state stuff;
     acpi_get_current_device_state() and acpi_set_device_state()
   - Add new funcions for power resource stuff;
     acpi_powerres_init(), acpi_powerres_debug(),
     acpi_get_current_powerres_state() and acpi_set_powerres_state()
  
  These were implemented based on 7.1, 7.2, 7.2.2, 7.2.3, 7.2.4, 7.3,
  7.3.3, 7.4, 7.4.1, 7.4.2, 7.4.3 and 7.5 of ACPI spec 1.0b.
  
  Revision  Changes    Path
  1.4       +17 -1     src/sys/dev/acpi/acpi.c
  1.2       +20 -2     src/sys/dev/acpi/acpi.h
  1.2       +230 -118  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?200008292038.NAA49775>