Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/17/2003 01:22:22
Module Name: src
Committed By: thorpej
Date: Thu Apr 17 01:22:22 UTC 2003
Modified Files:
src/sys/dev/acpi: acpi.c acpi_button.c acpivar.h files.acpi
Log Message:
* Don't do the ACPI_PCI_FIXUP unless it is explicitly enabled in
the kernel config file. That code makes a total mess of any
system with multiple PCI busses.
* Rework the way buttons are handled; register them with sysmon,
and let it take the appropriate action. This lets us gracefully
shut down when the power button is pressed.
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/dev/acpi/acpi.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/acpi/acpi_button.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/acpi/acpivar.h
cvs rdiff -r1.16 -r1.17 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.