cvs commit: src/sys/dev/acpica acpi.c acpivar.h

John Baldwin jhb at FreeBSD.org
Mon Jan 26 11:29:07 PST 2004


jhb         2004/01/26 11:29:04 PST

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpivar.h 
  Log:
  Move the code to initialize ACPI-CA into a separate acpi_Startup() function
  that other modules can call to initialize ACPI-CA before the new-bus probe
  and change acpi_identify() to call it.
  
  Reviewed by:    njl
  
  Revision  Changes    Path
  1.114     +41 -24    src/sys/dev/acpica/acpi.c
  1.51      +1 -0      src/sys/dev/acpica/acpivar.h


More information about the cvs-all mailing list