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.