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

Nate Lawson njl at FreeBSD.org
Tue Jun 29 21:50:06 PDT 2004


njl         2004-06-30 04:49:54 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c 
  Log:
  Add new quirk code that disables problem BIOS versions.  Remove old quirk
  code that was never really used.  Print a message when disabling ACPI via
  a quirk.  Allow the user to override the blacklist decision by setting
  hint.acpi.0.disabled="0".  Add missing AcpiTerminate() calls; they are
  needed to clean up if bailing out after AcpiInitializeSubsystem().
  
  Revision  Changes    Path
  1.170     +19 -74    src/sys/dev/acpica/acpi.c


More information about the cvs-all mailing list