Date: Tue, 29 Jun 2004 22:33:45 -0700 (PDT) From: Nate Lawson <nate@root.org> To: current@freebsd.org Cc: acpi@freebsd.org Subject: HEADSUP: acpi blacklist now active Message-ID: <20040629222917.X37225@root.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040629222917.X37225>