Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2001 01:30:58 -0800 (PST)
From:      Mike Smith <msmith@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi.c acpi_acad.c acpi_cmbat.c acpi_lid.c acpi_pcib.c acpi_timer.c acpivar.h
Message-ID:  <200101310930.f0V9Uwd45012@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      2001/01/31 01:30:58 PST

  Modified files:
    sys/dev/acpica       acpi.c acpi_acad.c acpi_cmbat.c 
                         acpi_lid.c acpi_pcib.c acpi_timer.c 
                         acpivar.h 
  Log:
  ACPI_NUMBER becomes ACPI_INTEGER.  acpi_EvaluateNumber becomes
  acpi_EvaluateInteger.
  
  Use acpi_EvaluateInteger instead of doing things the hard way where
  possible.
  
  AcpiSetSystemSleepState (unofficial) becomes AcpiEnterSleepState.
  
  Use the AcpiGbl_FADT pointer rather than searching for the FADT.
  
  Revision  Changes    Path
  1.12      +12 -12    src/sys/dev/acpica/acpi.c
  1.3       +2 -2      src/sys/dev/acpica/acpi_acad.c
  1.3       +3 -3      src/sys/dev/acpica/acpi_cmbat.c
  1.4       +3 -14     src/sys/dev/acpica/acpi_lid.c
  1.6       +3 -3      src/sys/dev/acpica/acpi_pcib.c
  1.4       +4 -15     src/sys/dev/acpica/acpi_timer.c
  1.4       +2 -2      src/sys/dev/acpica/acpivar.h



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?200101310930.f0V9Uwd45012>