Received: by mail.netbsd.org (Postfix, from userid 0) id 2C86363B100; Sat, 7 Aug 2010 20:07:30 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id BE9BE63B100 for ; Sat, 7 Aug 2010 20:07:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A7535175DD; Sat, 7 Aug 2010 20:07:26 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sat, 7 Aug 2010 20:07:26 +0000 From: Jukka Ruohonen Subject: CVS commit: src/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20100807200726.A7535175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: Jukka Ruohonen Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: jruoho Date: Sat Aug 7 20:07:26 UTC 2010 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c src/sys/dev/acpi: acpi.c acpivar.h Log Message: Do not try to disable ACPI if we can not enter to legacy mode. While it is safe to call AcpiDisable() even if a system operates only in ACPI mode, this leads to unpleasantly verbose error messages in ACPICA. To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.691 -r1.692 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.213 -r1.214 src/sys/dev/acpi/acpi.c cvs rdiff -u -r1.60 -r1.61 src/sys/dev/acpi/acpivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.