diff options
author | 2007-05-31 17:49:15 +0000 | |
---|---|---|
committer | 2007-05-31 17:49:15 +0000 | |
commit | 3cd93248ed69e29282fe600f8008c443d703d667 (patch) | |
tree | 7446e0a3334b4563f9c3021f74e47a8eeafa8a27 /sys/dev/acpi/files.acpi | |
parent | Remove some #ifdef {Free|Net}BSD/#endif to make the code more readable. (diff) | |
download | wireguard-openbsd-3cd93248ed69e29282fe600f8008c443d703d667.tar.xz wireguard-openbsd-3cd93248ed69e29282fe600f8008c443d703d667.zip |
Make powernow-k8 on amd64 and i386 use the _PSS object from acpi to
retreive p_state data as spelled out in the amd64 bios and kernel
developers guide. This code is still a little rough around the edges but
has been tested by myself on a tyan machine and by phessler at theapt
dot org on an HP DL145. This diff also takes a first stab and cleaning up
the acpicpu dmesg spam.
ok tedu, marco
Diffstat (limited to 'sys/dev/acpi/files.acpi')
-rw-r--r-- | sys/dev/acpi/files.acpi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/files.acpi b/sys/dev/acpi/files.acpi index e891ab996f8..542edb2bb2c 100644 --- a/sys/dev/acpi/files.acpi +++ b/sys/dev/acpi/files.acpi @@ -1,4 +1,4 @@ -# $OpenBSD: files.acpi,v 1.14 2007/01/22 19:46:23 mk Exp $ +# $OpenBSD: files.acpi,v 1.15 2007/05/31 17:49:16 gwk Exp $ # # Config file and device description for machine-independent ACPI code. # Included by ports that need it. @@ -34,7 +34,7 @@ file dev/acpi/acpibtn.c acpibtn # cpu device device acpicpu attach acpicpu at acpi -file dev/acpi/acpicpu.c acpicpu +file dev/acpi/acpicpu.c acpicpu needs-flag # High Precision Event Timer device acpihpet |