From owner-freebsd-current@FreeBSD.ORG Wed Jun 30 05:34:17 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC6E16A4D5 for ; Wed, 30 Jun 2004 05:34:17 +0000 (GMT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id D528643D2F for ; Wed, 30 Jun 2004 05:34:16 +0000 (GMT) (envelope-from nate@root.org) Received: (qmail 37274 invoked by uid 1000); 30 Jun 2004 05:33:45 -0000 Date: Tue, 29 Jun 2004 22:33:45 -0700 (PDT) From: Nate Lawson To: current@freebsd.org Message-ID: <20040629222917.X37225@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi@freebsd.org Subject: HEADSUP: acpi blacklist now active X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 05:34:17 -0000 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