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

2014-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 26 15:38:28 UTC 2014 Modified Files: src/sys/arch/x86/x86: syscall.c Log Message: dtrace expects a globally accessible syscall symbol. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2014-10-17 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Oct 17 20:55:21 UTC 2014 Modified Files: src/sys/arch/x86/pci: files.pci Log Message: Fix another indirect circular dependency (agp_* - (agpbus) - pchb - abp_*). Fixes no agp* build. Reported build-tested by Kurt

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

2014-10-14 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Tue Oct 14 06:59:59 UTC 2014 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Add a missing || defined(XEN) which cause Xen non-DIAGNOSTIC kernels to panic at boot. To generate a diff of this commit: cvs rdiff -u

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

2014-10-13 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Tue Oct 14 03:16:56 UTC 2014 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Force x86_xsave_features to 0 when running under XEN for AMD processors. This prevents the use of xsave and xrstor thus fixing the

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

2014-10-10 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Fri Oct 10 17:44:17 UTC 2014 Modified Files: src/sys/arch/x86/conf: files.x86 Log Message: Normalize: acpicpu depends on acpi. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/arch/x86/conf/files.x86

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

2014-09-22 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Sep 22 13:30:55 UTC 2014 Modified Files: src/sys/arch/x86/x86: ipmi.c Log Message: Make remote access cards on HP ProLiant microservers N36L, N40L and N54L work with ipmi(4). Addresses PR 48233. This commit was approved by

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

2014-09-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 21 16:40:53 UTC 2014 Modified Files: src/sys/arch/x86/x86: ipmi.c Log Message: fix leak. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/x86/x86/ipmi.c Please note that diffs are not public

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

2014-09-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 21 16:52:26 UTC 2014 Modified Files: src/sys/arch/x86/x86: x86_autoconf.c Log Message: remove stray continue. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/x86/x86/x86_autoconf.c Please

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

2014-09-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 11 18:11:59 UTC 2014 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: - Add two more bit definitions - XINUSE - XGETBV To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80

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

2014-09-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 9 15:09:16 UTC 2014 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Update CPUID(EAX=0x0d, ECXD=1) from Intel SDM: - XSAVEC(bit1) - XGETBV(bit2) - XSAVES(bit3) To generate a diff of this commit:

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

2014-09-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 9 15:11:33 UTC 2014 Modified Files: src/sys/arch/x86/include: cacheinfo.h Log Message: Add new cache descriptor (0xc3) from the latest Intel SDM. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2014-08-13 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Thu Aug 14 05:42:16 UTC 2014 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Set ifflags callback so that the device can enter promiscuous mode. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2014-07-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 25 14:34:22 UTC 2014 Modified Files: src/sys/arch/x86/x86: intel_busclock.c Log Message: Modify p3_get_bus_clock(): - Intel SDM says 06_17H is the same as 06_0fH. Same as OpenBSD. - Add some Silvermont models. - For

CVS commit: src/sys/arch/x86

2014-07-20 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sun Jul 20 15:46:34 UTC 2014 Modified Files: src/sys/arch/x86/include: intr.h src/sys/arch/x86/x86: ipi.c Log Message: ipifunc[]: Comment IPI constant names for grep'ability. Constify. To generate a diff of this

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

2014-07-20 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sun Jul 20 15:48:54 UTC 2014 Modified Files: src/sys/arch/x86/x86: ipi.c Log Message: KNF. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/x86/x86/ipi.c Please note that diffs are not public

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

2014-07-19 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Sat Jul 19 06:12:24 UTC 2014 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Correct return value handling. m_defrag(9) is different from OpenBSD one, it returns new mbuf pointer on success, not zero. To generate a

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

2014-07-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jul 8 19:35:36 UTC 2014 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Add Vortex86EX. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/x86/x86/identcpu.c Please note that diffs

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

2014-07-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 3 17:24:33 UTC 2014 Modified Files: src/sys/arch/x86/include: cacheinfo.h Log Message: Fix some entries: - Desc 0x55 and 0xb1 are Instruction TLB but not fixed to 4K. - Desc 0x5a and 0xc0 are Data TLB but not fixed to

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

2014-06-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 28 21:13:12 UTC 2014 Modified Files: src/sys/arch/x86/x86: sys_machdep.c Log Message: If we're going to use just the name of the dying function as a panic string, it should at least be the name of the *right* function.

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

2014-06-19 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Thu Jun 19 13:16:29 UTC 2014 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Make it be able to down I/F. This fixes panic when removing IFF_UP flag. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2014-06-19 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Thu Jun 19 13:20:28 UTC 2014 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Use 64-bit DMA, if it is available. This fixes null packet handling on guest which have memory over than 3GB. To generate a diff of this

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

2014-06-13 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jun 14 02:54:47 UTC 2014 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Check hypervisor version before trying to call xen_copypage() or xen_pagezero(). Fixes recent issue encountered running a -current kernel

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

2014-06-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 10 22:01:40 UTC 2014 Modified Files: src/sys/arch/x86/x86: x86_autoconf.c Log Message: centralize the double match warning. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71

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

2014-05-29 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu May 29 19:08:30 UTC 2014 Modified Files: src/sys/arch/x86/x86: mtrr_i686.c Log Message: \%s is not an escape sequence, and we want %s To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

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

2014-05-19 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue May 20 03:24:19 UTC 2014 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: Pad 0 to align outputs To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/arch/x86/x86/intr.c Please note that diffs

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

2014-05-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 12 11:51:34 UTC 2014 Modified Files: src/sys/arch/x86/acpi: acpi_machdep.c Log Message: acpi_md_findoverride is only used when NIOAPIC 0, so don't provide it otherwise. To generate a diff of this commit: cvs rdiff -u

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

2014-05-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 12 11:55:39 UTC 2014 Modified Files: src/sys/arch/x86/pci: pciide_machdep.c Log Message: buf is only used in the ioapic case. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2014-05-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 12 11:56:02 UTC 2014 Modified Files: src/sys/arch/x86/x86: cpu.c Log Message: Match lapic conditionals from the primary CPU. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/arch/x86/x86/cpu.c

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

2014-05-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 6 18:54:34 UTC 2014 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: tidy up. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x86/pci/pci_machdep.c Please note that diffs

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

2014-04-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Apr 6 18:48:06 UTC 2014 Modified Files: src/sys/arch/x86/include: loadfile_machdep.h Log Message: x86_progress takes a format string. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2014-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 5 18:43:09 UTC 2014 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: make this compute the needed size instead of bailing. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2014-04-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 3 15:21:52 UTC 2014 Modified Files: src/sys/arch/x86/x86: x86_autoconf.c Log Message: - prevent matchbiosdisks from being called twice. This could happen via raid autoconf calling cpu_rootconf() once and then init

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

2014-04-01 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Apr 1 07:16:18 UTC 2014 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: Revert most of the machdep sysctls to 32bit To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

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

2014-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 2 02:14:08 UTC 2014 Modified Files: src/sys/arch/x86/x86: x86_autoconf.c Log Message: - tidy up debugging To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/arch/x86/x86/x86_autoconf.c Please note

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

2014-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 08:04:19 UTC 2014 Modified Files: src/sys/arch/x86/x86: cpu_ucode_intel.c platform.c Log Message: kill sprintf To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/x86/cpu_ucode_intel.c cvs

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

2014-03-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 20 20:44:42 UTC 2014 Modified Files: src/sys/arch/x86/x86: sys_machdep.c Log Message: need compat_netbsd.h To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/x86/x86/sys_machdep.c Please note

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

2014-03-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Mar 12 12:54:33 UTC 2014 Modified Files: src/sys/arch/x86/x86: consinit.c Log Message: #ifdef a variable like its use To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/x86/x86/consinit.c Please

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

2014-03-11 Thread Lars Heidieker
Module Name:src Committed By: para Date: Tue Mar 11 20:55:19 UTC 2014 Modified Files: src/sys/arch/x86/x86: vm_machdep.c Log Message: mark a diagnostic only variable To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x86/x86/vm_machdep.c Please

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

2014-02-25 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Feb 25 17:56:03 UTC 2014 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Fix a 'stupido' that stopped (amongst other things) the cpu brand string being read. The most obvious side effect the anita tests failed to

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

2014-02-25 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Feb 25 22:11:11 UTC 2014 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add the XCR bits for snazzy upcoming features. Define a mask for the fpu releated ones - only these wll be enabled. The memory bound

CVS commit: src/sys/arch/x86

2014-02-23 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Feb 23 22:38:40 UTC 2014 Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: identcpu.c x86_machdep.c Log Message: Rename (the recently added) 'x86_xsave_size' to 'x86_fpu_save_size' and default to

CVS commit: src/sys/arch/x86

2014-02-22 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Feb 22 17:48:08 UTC 2014 Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: cpu_topology.c identcpu.c Log Message: Re-use the unused ci_cpu_serial[3] to save the highest cpuid values for the normal

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

2014-02-20 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Feb 20 18:14:11 UTC 2014 Modified Files: src/sys/arch/x86/include: cpu.h Log Message: This needs stdint.h in userspace (for uint64_t) To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/x86/include/cpu.h

CVS commit: src/sys/arch/x86

2014-02-13 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Feb 13 19:37:08 UTC 2014 Modified Files: src/sys/arch/x86/include: cpu_extended_state.h cpufunc.h src/sys/arch/x86/x86: fpu.c Log Message: Check the argument types for the fpu asm functions. To generate a diff of this

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

2014-02-09 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Feb 9 14:44:42 UTC 2014 Modified Files: src/sys/arch/x86/include: cpu_extended_state.h Log Message: Add compatibility for some userspace code (eg firefox) that seems to look inside the ucontext structure passed to signal

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

2014-02-08 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Feb 8 22:36:50 UTC 2014 Modified Files: src/sys/arch/x86/include: cpu_extended_state.h Log Message: Add bit defs for more of the x87 status register. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2014-02-07 Thread David Laight
Module Name:src Committed By: dsl Date: Fri Feb 7 21:52:46 UTC 2014 Modified Files: src/sys/arch/x86/include: Makefile Log Message: Userspace (especially libkvm) build better is cpu_extended_state.h is exported. To generate a diff of this commit: cvs rdiff -u -r1.17

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

2014-01-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Jan 27 23:11:50 UTC 2014 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Stopgap to prevent genfb from stealing console. Revisit later. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

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

2014-01-26 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Sun Jan 26 15:49:25 UTC 2014 Modified Files: src/sys/arch/x86/x86: consinit.c Log Message: Fix build problem when there is no com(4) but ucom(4). To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

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

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 17:10:40 UTC 2014 Modified Files: src/sys/arch/x86/include: db_machdep.h Log Message: Add softint case (Richard Hansen) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2014-01-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 11 17:14:00 UTC 2014 Modified Files: src/sys/arch/x86/x86: vm_machdep.c Log Message: Comment about missing stackframe member initialization (Richard Hansen) I haven't studied the code, but I'm concerned that not

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

2014-01-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 4 19:08:43 UTC 2014 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Remove duplicated entry. Modify comments a bit. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76

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

2014-01-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 4 21:09:39 UTC 2014 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add Energy Performance Bias bit. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77

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

2014-01-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jan 3 23:18:48 UTC 2014 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add C2000 Platform Controller Unit(PCU). To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/x86/pci/ichlpcib.c

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

2014-01-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 4 02:09:12 UTC 2014 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Temporary disable C2000 PCU because the behavior of the wdog is little strange. To generate a diff of this commit: cvs rdiff -u -r1.41

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

2014-01-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 4 02:59:17 UTC 2014 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Add Z68 LPC. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/x86/pci/ichlpcib.c Please note that diffs are

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

2013-12-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 25 13:14:36 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: move XCR0 definitions to next to CR0's. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

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

2013-12-25 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Dec 25 17:24:39 UTC 2013 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Give cpu_comcnprobe a chance of working on Mode 2 PCI config space. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

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

2013-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 24 15:42:56 UTC 2013 Modified Files: src/sys/arch/x86/x86: bus_dma.c Log Message: use __func__ To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/x86/x86/bus_dma.c Please note that diffs are

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

2013-12-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 23 11:40:57 UTC 2013 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: CPUID leaf 2 and 4 are only for Intel processors. Almost the same as usr.sbin/cpuctl/arch/i386.c rev. 1.52. To generate a diff of this

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

2013-12-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 18 03:20:19 UTC 2013 Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: Fix comment. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/x86/x86/tsc.c Please note that diffs are not public

CVS commit: src/sys/arch/x86

2013-12-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 11 02:14:08 UTC 2013 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/arch/x86/x86: tsc.c tsc.h Log Message: Make new function named tsc_is_invariant() to avoid code duplication. The behavior of

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

2013-12-08 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Dec 8 18:08:34 UTC 2013 Modified Files: src/sys/arch/x86/include: cputypes.h Log Message: Remove the now-unused CPU_MAXMODEL and CPU_DEFMODEL To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2013-12-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Dec 8 04:07:38 UTC 2013 Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: Update invariant TSC detect code from both Intel and AMD documents. The best way to check whether the TSC counter is invariant or not is to

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

2013-11-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Nov 20 13:52:30 UTC 2013 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c Log Message: Allow 4-bit range for MSR_THERM_CONTROL. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74

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

2013-11-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 20 17:50:39 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: - Add some AMD Fn8001 extended features %ecx bits definitions from the document (AMD64 Architecture ProgrammerVolume 3:

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

2013-11-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 17 18:08:08 UTC 2013 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: Remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/x86/x86/coretemp.c Please note that

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

2013-11-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 17 19:22:06 UTC 2013 Modified Files: src/sys/arch/x86/x86: intel_busclock.c Log Message: Remove an unused variable To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x86/x86/intel_busclock.c

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

2013-11-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 12 15:08:01 UTC 2013 Modified Files: src/sys/arch/x86/pci: amdtemp.c Log Message: Calcurate the processor family correctly. The extended family bits should be added only when the base family is 0xf. To generate a diff

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

2013-11-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 12 15:58:38 UTC 2013 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: Fix calculation of the cpu model (display model) in coretemp_tjmax(). The CPUID2MODEL() macro returns only low 4bit, so the checking

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

2013-11-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 12 16:11:39 UTC 2013 Modified Files: src/sys/arch/x86/x86: identcpu.c Log Message: Fix calculation of the cpu model (display model) in cpu_probe_amd_cache(). The CPUID2MODEL() must be used only when the CPUID2FAMILY()

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

2013-11-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 12 16:13:56 UTC 2013 Modified Files: src/sys/arch/x86/x86: cpu.c identcpu.c Log Message: Fix a bug in last commit. Check correct variable. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104

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

2013-11-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 12 16:15:54 UTC 2013 Modified Files: src/sys/arch/x86/x86: cpu.c Log Message: Revert previos. I accidentally committed a debug code. Sorry. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105

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

2013-11-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 12 16:35:57 UTC 2013 Modified Files: src/sys/arch/x86/x86: cpu_topology.c Log Message: Fix calculation of the cpu family (display family) in x86_cpu_topology(). More than bit 3 in cpu_family variable is checked in the

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

2013-11-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 12 16:57:30 UTC 2013 Modified Files: src/sys/arch/x86/x86: intel_busclock.c Log Message: Check the CPU display model instead of the base model. Re-enable the checking for Atom and Silvermont. To generate a diff of

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

2013-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 11 17:02:53 UTC 2013 Modified Files: src/sys/arch/x86/x86: intel_busclock.c Log Message: CID 1128377: Comment out unreachable code; model is only 4 bits wide, so none of these constants can ever match. To generate a

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

2013-11-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 8 19:05:52 UTC 2013 Modified Files: src/sys/arch/x86/x86: est.c Log Message: space - tab To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/x86/x86/est.c Please note that diffs are not public

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

2013-11-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 7 18:17:13 UTC 2013 Modified Files: src/sys/arch/x86/x86: intel_busclock.c Log Message: Get bus clock for some Atom processors. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2013-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 8 01:41:45 UTC 2013 Modified Files: src/sys/arch/x86/x86: est.c Log Message: fix unused variables To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/x86/x86/est.c Please note that diffs are

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

2013-11-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Nov 6 20:19:03 UTC 2013 Modified Files: src/sys/arch/x86/x86: i8259.c mpbios.c pmap.c Log Message: gcc 4.8 issues: - avoid running over the end of an array (this is a real bug, but i didn't really look closely at what memory

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

2013-11-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 5 16:04:13 UTC 2013 Modified Files: src/sys/arch/x86/include: cpu.h Log Message: initialize cii before using it. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/x86/include/cpu.h Please

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

2013-10-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 21 06:11:49 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: - Add Intel Deterministic Cache Parameter Leaf (CPUID leaf 4). This definitions are required to know chache information of

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

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 20:59:16 UTC 2013 Modified Files: src/sys/arch/x86/include: cpu.h pmap.h Log Message: __USE() unused variables To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/x86/include/cpu.h cvs rdiff

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

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 20:58:55 UTC 2013 Modified Files: src/sys/arch/x86/x86: ipmi.c Log Message: __USE a debugging variable To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/x86/x86/ipmi.c Please note that

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

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:12:24 UTC 2013 Modified Files: src/sys/arch/x86/pci: fwhrng.c pci_machdep.c Log Message: remove set but unused variables To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x86/pci/fwhrng.c

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

2013-10-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Oct 6 16:34:49 UTC 2013 Modified Files: src/sys/arch/x86/acpi: acpi_machdep.c Log Message: Correct acpi_md_OsWritable() logic so that it can return TRUE. From Masanori Kanaoka in PR 47571. To generate a diff of this

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

2013-10-05 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Oct 5 11:20:35 UTC 2013 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Force PCI mode 1 when running under QEMU, to work around QEMU bug 897771. This should also make it possible to boot NetBSD under versions

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

2013-10-05 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Oct 5 16:50:31 UTC 2013 Modified Files: src/sys/arch/x86/x86: pmap.c x86_machdep.c Log Message: Remove some unused variables. To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180 src/sys/arch/x86/x86/pmap.c cvs

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

2013-10-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 4 17:21:43 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add comment about CPUID Processor extended state Enumeration Fn000d %eax. To generate a diff of this commit: cvs rdiff -u

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

2013-10-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 4 17:53:19 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Sort definitions. No functional change. - CPUID_FEAT_BLACKLIST is for Fn0001 %edx, so move it. - Sort CPUID definitions with

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

2013-09-16 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Sep 17 01:16:45 UTC 2013 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: Use '\n' at the end of all aprint_error_dev() format strings. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

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

2013-09-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Sep 14 17:18:18 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add some definitions of Intel's cpuid feature from the latest document. To generate a diff of this commit: cvs rdiff -u -r1.67

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

2013-09-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Sep 14 17:21:19 UTC 2013 Modified Files: src/sys/arch/x86/include: cacheinfo.h Log Message: Add Shared L2 TLB and some cache and tlb entries from the latest document. To generate a diff of this commit: cvs rdiff -u -r1.15

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

2013-08-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 31 12:26:56 UTC 2013 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: md_root_setconf also depends on option MEMORY_DISK_DYNAMIC To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

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

2013-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 21 16:37:31 UTC 2013 Modified Files: src/sys/arch/x86/x86: mpbios.c Log Message: Use the default mp definition tables for ancient machines. From Felix Deichmann. To generate a diff of this commit: cvs rdiff -u -r1.60

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

2013-08-12 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Aug 12 15:40:34 UTC 2013 Modified Files: src/sys/arch/x86/x86: ipmi.c Log Message: fix validness check of sensor value this change is intended to mirror what ipmitool does. (their macros for these bits are

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

2013-08-12 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Aug 12 18:16:19 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: add feature flag definitions for the last round of Intel instruction set extensions (AVX512 et al.) To generate a diff of this

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

2013-07-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jul 31 19:27:52 UTC 2013 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: hand genfb the virtual address of the actual framebuffer, not the upper left corner of the text area now centering works and we don't

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

2013-07-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 25 15:09:27 UTC 2013 Modified Files: src/sys/arch/x86/x86: genfb_machdep.c Log Message: fix width vs height typo from imre at vdsz.com To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2013-07-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 25 16:31:33 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Fix the bit positions in CPUID_SEF_FLAGS macro. On snprintb(), position 1 means LSB(bit0). The bit position from HLE to SMAP was 1

<    4   5   6   7   8   9   10   11   12   13   >