Module Name:src
Committed By: jruoho
Date: Mon Feb 21 15:10:54 UTC 2011
Modified Files:
src/sys/arch/x86/x86: coretemp.c
Log Message:
Call pmf_device_deregister(9) during detach.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/x86/coretemp.
Module Name:src
Committed By: jruoho
Date: Mon Feb 21 12:56:52 UTC 2011
Modified Files:
src/sys/arch/x86/x86: coretemp.c
Log Message:
Add couple of additional CPU model checks for the undocumented Tj(max).
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src
Module Name:src
Committed By: jruoho
Date: Mon Feb 21 05:26:08 UTC 2011
Modified Files:
src/sys/arch/x86/x86: coretemp.c
Log Message:
Use constants and bits(3), and fix a typo.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x86/x86/coretemp.c
Module Name:src
Committed By: jruoho
Date: Sun Feb 20 19:24:09 UTC 2011
Modified Files:
src/sys/arch/x86/x86: coretemp.c
Log Message:
Add proper definitions. Remove (too) verbose comments. Remove (wrong) debug
printf. Do not mark the sensor as invalid based on whether the
Module Name:src
Committed By: jruoho
Date: Tue Feb 15 18:10:33 UTC 2011
Modified Files:
src/sys/arch/x86/x86: genfb_machdep.c
Log Message:
Fix wrong assertion logic.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/x86/genfb_machdep.c
Please
Module Name:src
Committed By: jmcneill
Date: Sun Feb 13 17:47:57 UTC 2011
Modified Files:
src/sys/arch/x86/x86: viac7temp.c
Log Message:
don't pass a NULL ci to xc_unicast
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/x86/viac7temp.c
Pleas
Module Name:src
Committed By: jmcneill
Date: Sat Feb 12 19:20:44 UTC 2011
Modified Files:
src/sys/arch/x86/x86: x86_autoconf.c
Log Message:
x86 genfb: when switching back to the console, if vga_post is present use it
to reset the video mode. gives us a chance of survival i
Module Name:src
Committed By: jmcneill
Date: Sat Feb 12 19:13:30 UTC 2011
Modified Files:
src/sys/arch/x86/x86: vga_post.c
Log Message:
Don't rely on vga_post_call being called before vga_post_set_vbe
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/
Module Name:src
Committed By: jmcneill
Date: Thu Feb 10 10:21:40 UTC 2011
Modified Files:
src/sys/arch/x86/x86: genfb_machdep.c
Log Message:
Unfortunately the current MTRR code can't grow an existing WC mapping, and
since we don't know the total framebuffer size setting up
Module Name:src
Committed By: bouyer
Date: Wed Feb 9 15:02:00 UTC 2011
Modified Files:
src/sys/arch/x86/x86: x86_autoconf.c
Log Message:
Fix build when GENFB is not there.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/x86/x86/x86_autoconf.c
Module Name:src
Committed By: jmcneill
Date: Wed Feb 9 02:30:09 UTC 2011
Modified Files:
src/sys/arch/x86/x86: genfb_machdep.c
Log Message:
PRIx64 instead of llx for uint64_t format
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x86/x86/genfb_m
Module Name:src
Committed By: yamt
Date: Sat Feb 5 13:50:09 UTC 2011
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
assertions
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/x86/x86/pmap.c
Please note that diffs are not public d
Module Name:src
Committed By: yamt
Date: Sat Feb 5 13:47:57 UTC 2011
Modified Files:
src/sys/arch/x86/x86: vm_machdep.c
Log Message:
cpu_lwp_free2: add assertions
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/x86/vm_machdep.c
Please not
Module Name:src
Committed By: chuck
Date: Tue Feb 1 20:20:19 UTC 2011
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
remove no-longer-valid wustl email address for me.
no functional change with this commit.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: tsutsui
Date: Sat Jan 22 14:01:28 UTC 2011
Modified Files:
src/sys/arch/x86/x86: intr.c
Log Message:
Fix wrong function names in messages by using __func__. PR kern/44431
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys
Module Name:src
Committed By: jmcneill
Date: Wed Jan 19 21:39:42 UTC 2011
Modified Files:
src/sys/arch/x86/x86: identcpu.c
Log Message:
Print the brand string if present instead of model (model is still
available via sysctl hw.model):
-cpu0 at mainbus0 apid 0: IDT/VIA 686
Module Name:src
Committed By: jmcneill
Date: Tue Jan 18 17:44:16 UTC 2011
Modified Files:
src/sys/arch/x86/x86: mtrr_i686.c
Log Message:
- fix an off-by-one that disallowed adjacent mappings with conflicting
types from being created
- only allow MTRR_TYPE_WC mappings if
Module Name:src
Committed By: jmmv
Date: Tue Jan 18 07:47:17 UTC 2011
Modified Files:
src/sys/arch/x86/x86: platform.c
Log Message:
Ammend previous to be more accurate in platform_add_date by using the epoch:
* Years in the [70,99] range are considered to be in 1900.
* Yea
Module Name:src
Committed By: jmmv
Date: Mon Jan 17 22:21:25 UTC 2011
Modified Files:
src/sys/arch/x86/x86: platform.c
Log Message:
Fix year correction in platform_add_date so that:
* Years in the [90,99] range are considered to be in 1900.
* Years in the [0,89] range are
Module Name:src
Committed By: jruoho
Date: Fri Jan 14 18:33:34 UTC 2011
Modified Files:
src/sys/arch/x86/x86: acpi_machdep.c
Log Message:
acpi_md_ncpus(): use cpu_attached instead of cpus_running.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch
Module Name:src
Committed By: jmcneill
Date: Wed Jan 12 23:52:38 UTC 2011
Modified Files:
src/sys/arch/x86/x86: mtrr_i686.c
Log Message:
Handle overlapping variable-range MTRRs following the rules defined in
section 11.11.4.1 "MTRR Precendes" of the Intel(R) 64 and IA-32
A
Module Name:src
Committed By: jruoho
Date: Tue Jan 11 18:25:26 UTC 2011
Modified Files:
src/sys/arch/x86/x86: cpu.c
Log Message:
Use pmf_device_register1(9) and add cpu_shutdown(), which calls cpu_suspend().
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 s
Module Name:src
Committed By: jakllsch
Date: Mon Jan 10 21:26:38 UTC 2011
Modified Files:
src/sys/arch/x86/x86: x86_autoconf.c
Log Message:
When we fail to read a block computing the matching hash,
it's nice to know what device and why.
Also, drop comment that hasn't been
Module Name:src
Committed By: jruoho
Date: Mon Jan 10 16:59:09 UTC 2011
Modified Files:
src/sys/arch/x86/x86: bus_space.c
Log Message:
Bump iomem_ex_storage from 16 to 64. Based on analysis from joda@:
http://mail-index.netbsd.org/current-users/2010/10/01/msg01444
Module Name:src
Committed By: cegger
Date: Wed Nov 24 14:56:18 UTC 2010
Modified Files:
src/sys/arch/x86/x86: intr.c
Log Message:
when DDB is enabled then use 'db_printf'
for 'call intr_printconfig' to respect the 25 lines on vga output
To generate a diff of this commit:
Module Name:src
Committed By: rmind
Date: Sun Oct 3 19:46:35 UTC 2010
Modified Files:
src/sys/arch/x86/x86: vga_post.c
Log Message:
vga_post_init: fix a bug and memleak in error path.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/x86/vga
Module Name:src
Committed By: jakllsch
Date: Fri Sep 24 20:55:19 UTC 2010
Modified Files:
src/sys/arch/x86/x86: bus_dma.c
Log Message:
fix copy/paste/modify error in a diagnostic panic message
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/x86
Module Name:src
Committed By: jmcneill
Date: Sat Aug 21 17:27:20 UTC 2010
Modified Files:
src/sys/arch/x86/x86: x86_autoconf.c
Log Message:
I guess people still attach com & lpt to isa, so don't skip legacy devices.
To generate a diff of this commit:
cvs rdiff -u -r1.51
Module Name:src
Committed By: jmcneill
Date: Sat Aug 21 17:10:03 UTC 2010
Modified Files:
src/sys/arch/x86/x86: x86_autoconf.c
Log Message:
If ACPI is active and the FADT reports no legacy devices present, set
the 'no-legacy-devices' property to true on isa0.
To generate
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 .
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/x86/x86/tsc.c
Please note that diffs are not
Module Name:src
Committed By: mrg
Date: Sun Aug 15 08:45:20 UTC 2010
Modified Files:
src/sys/arch/x86/x86: coretemp.c
Log Message:
only attach on SMT ID 0 cpus.
on my i7, cpus 0/4, 1/5, 2/6 and 3/7 have identical information and the
processor manual says that there are on
Module Name:src
Committed By: pgoyette
Date: Wed Aug 11 11:31:45 UTC 2010
Modified Files:
src/sys/arch/x86/x86: ipmi.c
Log Message:
Keep condvar wmesg within 8-char limit.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/x86/x86/ipmi.c
Please n
Module Name:src
Committed By: jym
Date: Sun Aug 8 00:48:46 UTC 2010
Modified Files:
src/sys/arch/x86/x86: intel_busclock.c
Log Message:
Some core i7 CPUs report model 0c. In this case, check for the extended
model value.
Required to avoid faulting on rdmsr(MSR_FSB_FREQ)
Module Name:src
Committed By: jym
Date: Sat Aug 7 22:31:58 UTC 2010
Modified Files:
src/sys/arch/x86/x86: est.c
Log Message:
Use aprint_debug_dev(). Caught thanks to coccinelle.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/x86/est.c
Pl
Module Name:src
Committed By: mlelstv
Date: Sun Aug 1 15:42:20 UTC 2010
Modified Files:
src/sys/arch/x86/x86: ipmi.c
Log Message:
For sensors with inverted value (1/x function), exchange lower and upper
limits so that {warn,crit}min < curval < {warn,crit}max.
To generat
Module Name:src
Committed By: jakllsch
Date: Tue Jul 27 13:54:20 UTC 2010
Modified Files:
src/sys/arch/x86/x86: bus_space.c
Log Message:
Allow BUS_SPACE_DEBUG to compile on amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/x86/x86/bus_spac
Module Name:src
Committed By: cegger
Date: Fri Jul 23 22:31:35 UTC 2010
Modified Files:
src/sys/arch/x86/x86: errata.c
Log Message:
use __arraycount
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x86/x86/errata.c
Please note that diffs are no
Module Name:src
Committed By: pgoyette
Date: Sat Jul 17 21:34:39 UTC 2010
Modified Files:
src/sys/arch/x86/x86: ipmi.c
Log Message:
Register ipmi(4) with power management subsystem so we might have a chance
of suspending. Suspending will still be denied if the watchdog is
Module Name:src
Committed By: jym
Date: Thu Jul 15 21:14:32 UTC 2010
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Check the virtual address 'va' for each PDIR_SLOT_PTE entry. PDP_SIZE
is 4 with PAE (Xen only currently), 1 otherwise: loop should be unrolled
whe
Module Name:src
Committed By: rmind
Date: Thu Jul 8 11:22:25 UTC 2010
Modified Files:
src/sys/arch/x86/x86: cpu.c
Log Message:
cpu_attach: use kmem_zalloc instead of memset.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/x86/x86/cpu.c
Please
Module Name:src
Committed By: cegger
Date: Thu Jul 8 09:42:09 UTC 2010
Modified Files:
src/sys/arch/x86/x86: mtrr_i686.c
Log Message:
use __arraycount
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/x86/mtrr_i686.c
Please note that diffs
Module Name:src
Committed By: rmind
Date: Mon Jun 28 00:39:47 UTC 2010
Modified Files:
src/sys/arch/x86/x86: vga_post.c
Log Message:
Add missing pmap_update() in vga_post_init(), remove wrong pmap_kremove()
in error path, and fix pmap_update() in vga_post_set_vbe().
To g
Module Name:src
Committed By: mrg
Date: Thu Jun 17 06:40:28 UTC 2010
Modified Files:
src/sys/arch/x86/x86: intr.c
Log Message:
attach just one of the cpu timer interrupts as EVCNT_TYPE_INTR, so that at
least something shows up in systat and beyond. myself, and a few other
Module Name:src
Committed By: mrg
Date: Thu Jun 17 06:38:19 UTC 2010
Modified Files:
src/sys/arch/x86/x86: mtrr_i686.c
Log Message:
when complaining we don't support this many MTRR's, say how many there are.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 s
Module Name:src
Committed By: joerg
Date: Wed Jun 2 09:43:13 UTC 2010
Modified Files:
src/sys/arch/x86/x86: x86_machdep.c
Log Message:
Restore PHYSMEM_MAX* options (hi cegger!)
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/x86/x86/x86_machde
Module Name:src
Committed By: christos
Date: Sun May 23 22:06:38 UTC 2010
Modified Files:
src/sys/arch/x86/x86: est.c
Log Message:
simplify the debugging code and make it more informative.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/x86
Module Name:src
Committed By: christos
Date: Sun May 23 19:00:28 UTC 2010
Modified Files:
src/sys/arch/x86/x86: intel_busclock.c
Log Message:
Add entry for:
Intel(R) Core(TM)2 Duo CPU P9500 @ 2.53GHz
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/s
Module Name:src
Committed By: dyoung
Date: Wed Apr 28 20:27:36 UTC 2010
Modified Files:
src/sys/arch/x86/x86: bus_space.c
Log Message:
#include instead of here to get all of the
MI prototypes.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x
Module Name:src
Committed By: jym
Date: Thu Apr 22 21:47:32 UTC 2010
Modified Files:
src/sys/arch/x86/x86: via_padlock.c
Log Message:
Uses cpu_feature, so include
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x86/x86/via_padlock.c
Please no
Module Name:src
Committed By: jym
Date: Sun Apr 18 15:25:53 UTC 2010
Modified Files:
src/sys/arch/x86/x86: identcpu.c
Log Message:
Fix a test semantic in cpu_probe(): check that the CPU currently probed
is the first one booting by comparing its struct cpu_info address with
Module Name:src
Committed By: ad
Date: Wed Mar 31 19:07:33 UTC 2010
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
KNF FTW
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/x86/x86/pmap.c
Please note that diffs are not public domain
Module Name:src
Committed By: dyoung
Date: Mon Mar 22 23:21:30 UTC 2010
Modified Files:
src/sys/arch/x86/x86: ipmi.c
Log Message:
A lot of good it does to printf() a bus_space_tag_t. Don't do it.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch
Module Name:src
Committed By: pgoyette
Date: Sun Mar 14 18:04:29 UTC 2010
Modified Files:
src/sys/arch/x86/x86: coretemp.c ipmi.c viac7temp.c
Log Message:
Remove setting of the edata->monitor since that member no longer exists.
To generate a diff of this commit:
cvs rdif
701 - 753 of 753 matches
Mail list logo