HEADSUP: acpi blacklist now active

From: Nate Lawson (nate_at_root.org)
Date: 06/30/04

  • Next message: ngl: "Jiffies"
    Date: Tue, 29 Jun 2004 22:33:45 -0700 (PDT)
    To: current@freebsd.org
    
    

    I've just committed code disabling known-bad BIOS revisions. This will
    disable ACPI on such systems. If you think ACPI does work on your system
    or just want to test, set:

        hint.acpi.0.disabled="0"

    This will override the blacklist.

    -Nate

    ---------- Forwarded message ----------
    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
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: ngl: "Jiffies"