Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi Add P-states. (I blame the ease of using modules.)



details:   https://anonhg.NetBSD.org/src/rev/3c015c1843c1
branches:  trunk
changeset: 756956:3c015c1843c1
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Aug 08 17:21:14 2010 +0000

description:
Add P-states. (I blame the ease of using modules.)

diffstat:

 sys/dev/acpi/files.acpi |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r eec0f375b5c4 -r 3c015c1843c1 sys/dev/acpi/files.acpi
--- a/sys/dev/acpi/files.acpi   Sun Aug 08 17:05:50 2010 +0000
+++ b/sys/dev/acpi/files.acpi   Sun Aug 08 17:21:14 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.acpi,v 1.77 2010/08/07 09:41:19 jruoho Exp $
+#      $NetBSD: files.acpi,v 1.78 2010/08/08 17:21:14 jruoho Exp $
 
 include "dev/acpi/acpica/files.acpica"
 
@@ -62,6 +62,7 @@
 attach acpicpu at acpinodebus
 file   dev/acpi/acpi_cpu.c             acpicpu
 file   dev/acpi/acpi_cpu_cstate.c      acpicpu
+file   dev/acpi/acpi_cpu_pstate.c      acpicpu
 
 # ACPI Thermal Zone
 device acpitz: sysmon_envsys



Home | Main Index | Thread Index | Old Index