Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: Takayoshi Kochi <kochi@netbsd.org>
List: source-changes
Date: 06/07/2004 15:33:17
Module Name:	src
Committed By:	kochi
Date:		Mon Jun  7 15:33:17 UTC 2004

Modified Files:
	src/sys/dev/acpi: acpi.c files.acpi

Log Message:
Add ACPI_DISABLE_ON_POWEROFF option.
Note: the default behavior is changed.  Now we don't disable the ACPI
subsystem on power off (halt -p) by default.
'options ACPI_DISABLE_ON_POWEROFF' in a kernel config file makes the kernel
behave the way we used to be.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/sys/dev/acpi/acpi.c
cvs rdiff -r1.26 -r1.27 src/sys/dev/acpi/files.acpi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.