CVS commit: src/sys/arch

2010-08-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Aug 20 06:34:33 UTC 2010 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/arch/x86/include: cpuvar.h powernow.h src/sys/arch/x86/x86: cpu.c est.c powernow_k8.c src/sys/arch/xen/x86: cpu.c

CVS commit: src/share/man/man4

2010-08-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Aug 20 06:35:55 UTC 2010 Modified Files: src/share/man/man4: acpicpu.4 Log Message: Add COMPATIBILITY. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/acpicpu.4 Please note that diffs are

CVS commit: src/sys/dev/acpi

2010-08-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Aug 20 06:36:41 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu_pstate.c Log Message: Give a hint about a driver conflict. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/acpi/acpi_cpu_pstate.c

CVS commit: src/sys/arch/x86/acpi

2010-08-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Aug 20 07:00:17 UTC 2010 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c Log Message: Check if SpeedStep is enabled. If it is disabled, try to enable it. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: [uebayasi-xip] src/sys/dev

2010-08-20 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Aug 20 07:03:23 UTC 2010 Modified Files: src/sys/dev [uebayasi-xip]: flash.c xmd.c Log Message: Use consistent cdevsw/bdevsw flags. To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/sys/dev/flash.c

CVS commit: [uebayasi-xip] src/sys/dev

2010-08-20 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Aug 20 07:03:40 UTC 2010 Modified Files: src/sys/dev [uebayasi-xip]: xmd.c Log Message: Missing RCS id. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/dev/xmd.c Please note that diffs are not

CVS commit: [uebayasi-xip] src/sys/arch

2010-08-20 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Aug 20 07:04:38 UTC 2010 Modified Files: src/sys/arch/i386/conf [uebayasi-xip]: majors.i386 src/sys/arch/x86/conf [uebayasi-xip]: files.x86 Added Files: src/sys/arch/i386/conf [uebayasi-xip]: XIP

CVS commit: src/sys/dev/acpi

2010-08-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Aug 20 12:20:23 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_cpu.h Log Message: Add two flags that needs to be dealt with (hardware vs. software coordination of P-state transitions, and Turbo Boost / Turbo Core). To

CVS commit: src/sys/kern

2010-08-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Aug 20 14:59:53 UTC 2010 Modified Files: src/sys/kern: exec_elf.c Log Message: Allow ELF objects with more than two PT_LOAD sections. Go creates such binaries by default with separate sections for executable, writeable data

CVS commit: src/sys/netinet6

2010-08-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Aug 20 15:01:11 UTC 2010 Modified Files: src/sys/netinet6: in6_pcb.c Log Message: Consider a mapped IPv4 address of 0.0.0.0 as unspecified. This allows using mapped IPv4 address with connect without preceding bind. To

CVS commit: src/gnu/dist/gdb6/gdb

2010-08-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Aug 20 15:34:14 UTC 2010 Modified Files: src/gnu/dist/gdb6/gdb: inf-ptrace.c Log Message: PT_STEP historically ignores the argument. Indepent of whether this behavior will be restored, pass down 0 for now to unbreak single

CVS commit: src/lib/libpuffs

2010-08-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 20 16:35:05 UTC 2010 Modified Files: src/lib/libpuffs: opdump.c Log Message: print to stderr instead of stdout To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/lib/libpuffs/opdump.c Please note that

CVS commit: src/sys/netinet6

2010-08-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Aug 20 16:38:16 UTC 2010 Modified Files: src/sys/netinet6: in6_pcb.c Log Message: Remove stray { To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sys/netinet6/in6_pcb.c Please note that diffs are not

CVS commit: src/sys/arch/x86/x86

2010-08-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Aug 21 01:57:34 UTC 2010 Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: Use a constant from x86/specialreg.h. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/x86/x86/tsc.c Please note

CVS commit: src/sys/arch/x86/include

2010-08-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Aug 21 02:31:13 UTC 2010 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add CPUID_APM_CPB at Fn8000_0007 %edx, for core performance boost. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/arch/x86/acpi

2010-08-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Aug 21 02:47:38 UTC 2010 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c Log Message: Properly detect AMD hardware P-state support. Also detect core boost (only present in some models of family 10h). To generate a diff

CVS commit: src/sys/arch/x86/include

2010-08-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Aug 21 02:59:18 UTC 2010 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add IA32_MPERF (E7h) and IA32_APERF (E8h) as MSR_MPERF and MSR_APERF. To generate a diff of this commit: cvs rdiff -u -r1.45

CVS commit: src/sys/arch/i386/conf

2010-08-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Aug 21 03:06:37 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL GENERIC Log Message: Add upgt(4), Intersil PrismGT USB 802.11b/g adapter. To generate a diff of this commit: cvs rdiff -u -r1.265 -r1.266

CVS commit: src/sys

2010-08-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Aug 21 03:55:24 UTC 2010 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/dev/acpi: acpi_cpu.h Log Message: Detect whether TSC is invariant, which may be the case on both new AMD and Intel processors. The

CVS commit: src/sys/arch/x86/acpi

2010-08-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Aug 21 04:36:29 UTC 2010 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c Log Message: Detect Intel's Turbo Boost and presence of IA32_APERF/IA32_MPERF. The former is required for a quirk, and the latter is needed for

CVS commit: src/sys/arch/x86/acpi

2010-08-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Aug 21 05:10:43 UTC 2010 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c Log Message: Add a quirk for Turbo Boost. It was observed that at least Sverre Froyen's ThinkPad T500 reports values that do not match readings