Go to file
jruoho 53e8f6c919 Merge P-state support for acpicpu(4).
Remarks:

  1.    All processors (x86 or not) for which the vendor has implemented
        ACPI I/O access routines are supported. Native instructions are
        currently supported only for Intel's "Enhanced Speedstep". Code for
        "PowerNow!" (AMD) will be merged later. Native support for VIA's
        "PowerSaver" will be investigated.

  2.    Backwards compatibility with existing userland code is maintained.
        Comparable to the case with cpu_idle(9), the ACPI CPU driver
        installs alternative functions for the existing sysctl(8) controls.
        The "native" behavior (if any) is restored upon detachment.

  3.    The dynamic nature of ACPI-provided P-states needs more investigation.
        The maximum frequency induced (but not forced) by the firmware may
        change dynamically. Currently, the sysctl(8) controls error out with
        a value larger than the dynamic maximum. The code itself does not
        however yet react to the notifications from the firmware by changing
        the frequencies in-place. Presumably the system administrator should
        be able to choose whether to use dynamic or static frequencies.
2010-08-08 16:58:41 +00:00
bin Do not check pcpu value against 100.0 but rather 99.95, to properly 2010-07-28 17:39:54 +00:00
common Fix rb_tree_iterate to get the min/max element of the tree for the 2010-04-30 13:58:09 +00:00
compat update this to reality a little. 2010-06-30 03:28:01 +00:00
crypto fix up 64-bit lint 2010-08-07 04:53:56 +00:00
dist Apply changes from 2.4.5. Supposedly fixes some 3G issues. 2010-08-07 20:38:13 +00:00
distrib Fix cut-&-paste error 2010-08-08 00:44:38 +00:00
doc gcc-4.5.1 out. 2010-08-08 13:42:44 +00:00
etc +tests/dev/sysmon 2010-08-06 16:13:55 +00:00
external Merge changes. 2010-08-06 10:58:03 +00:00
extsrc
games Rework the game startup so it uses curses nicely. There are now menus 2010-08-06 09:14:40 +00:00
gnu Recognize x86 and xen. 2010-08-07 18:57:12 +00:00
include Missing defined. 2010-08-02 17:49:04 +00:00
lib fix the build; we need libmj installed before compiling netpgp binaries. 2010-08-07 21:32:28 +00:00
libexec Stricter matching for _rtld_invalid_paths by ensuring separator. 2010-08-07 19:47:34 +00:00
regress The sort(1) tests have been moved to tests/util/sort/. 2010-08-01 16:44:31 +00:00
rescue Relegate edlabel to use in extremely memory constrained install 2010-03-10 23:13:09 +00:00
sbin Make it possible to set the retry timeout as a compile-time define. 2010-07-23 19:25:23 +00:00
share Remove trailing whitespace, and mark up file name suffix. 2010-08-08 15:23:28 +00:00
sys Merge P-state support for acpicpu(4). 2010-08-08 16:58:41 +00:00
tests Add test cases to check that sysmon/swwdog will panic and reboot 2010-08-06 16:13:26 +00:00
tools remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
usr.bin In jobs mode, if we cannot make a target we die without any further 2010-08-07 21:28:40 +00:00
usr.sbin support CTLTYPE_BOOL 2010-08-06 15:26:16 +00:00
x11 fix the dependancy list for this. 2010-03-22 00:23:59 +00:00
build.sh add tty to rumptest 2010-06-17 08:19:02 +00:00
BUILDING remove the MKSUBPIXEL/MKTTINTERP options; they're going away. 2010-07-25 07:19:00 +00:00
Makefile remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
Makefile.inc
UPDATING minor clarification 2010-06-09 17:29:15 +00:00