Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2001 21:04:04 -0700 (PDT)
From:      Mike Smith <msmith@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi.c acpivar.h
Message-ID:  <200107210404.f6L444E77965@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      2001/07/20 21:04:04 PDT

  Modified files:
    sys/dev/acpica       acpi.c acpivar.h 
  Log:
  The API for loading tables changed (we no longer explicitly search for the
  RSDP, it's now found via a callback).
  
  AcpiOsSleepUsec() went away, use AcpiOsSleep() instead (we could use
  AcpiOsStall() too)
  
  AcpiFormatException() was changed to make more sense (it behaves like
  our old acpi_strerror() did), so throw acpi_strerror() away (still
  #defined in acpivar.h though, we need to sweep these seperately).
  
  Revision  Changes    Path
  1.25      +3 -18     src/sys/dev/acpica/acpi.c
  1.13      +3 -3      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?200107210404.f6L444E77965>