summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/ral/microcode.h
diff options
context:
space:
mode:
authormacallan <macallan@NetBSD.org>2019-11-22 05:16:54 +0000
committermacallan <macallan@NetBSD.org>2019-11-22 05:16:54 +0000
commitdee3cdc701738151dd84b571b25bad0eefe341b4 (patch)
treedf953ff338a26cee594871b2561947a09593691f /sys/dev/microcode/ral/microcode.h
parent163e7c704f0a285cc019f0bdbae1d209205d9a85 (diff)
report fan speeds
disclaimer: this is guesswork obtained from watching temperatures, listening to fan noise and staring at register dumps. Use with caution.
Diffstat (limited to 'sys/dev/microcode/ral/microcode.h')
0 files changed, 0 insertions, 0 deletions
mpare_*matt 2008-06-04Move lib/libkern/rb.h to sys/rb.h, so it can be used by kernel headerad 2008-05-31LOCKDEBUG:ad 2008-05-06LOCKDEBUG: try to speed it up a bit by not using so much global state.ad 2008-05-06Allow rw_tryenter(&lock, RW_READER) to recurse, for vfs_busy().ad 2008-05-03lockdebug: try to detect recursive acquirements of read-write locks.yamt 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-27lockdebug_barrier: disable preemption using the interrupt priority level,ad 2008-03-27Replace use of CACHE_LINE_SIZE in some obvious places.ad 2008-02-18Make it compile if !LOCKDEBUG.ad 2008-02-18Try to prevent more than one CPUs panicing when an error is detected.ad 2008-01-05Need sys/lock.h for SPINLOCK_SPIN_HOOK.ad 2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad 2007-12-26Merge more changes from vmlocking2, mainly:ad 2007-12-08Merge changes from vmlocking2 branch.ad 2007-11-30Use membar_*().ad 2007-11-26lockdebug_mem_check: turn a redundant check into a panic.yamt 2007-11-22fix lockdebug_mem_check.yamt 2007-11-21lockdebug_alloc: detect double initialization explicitly.yamt 2007-11-21re-enable lockdebug_mem_check. ad@ said disabling it was a mistakeyamt 2007-11-21remove #if 0'ed code.yamt 2007-11-21make kmutex_t and krwlock_t smaller by killing lock id.yamt 2007-11-12Don't static init simplelock (back out those changes).matt 2007-11-12use __SIMPLELOCK_UNLOCKED, not SIMPLELOCK_INITIALIZERmatt 2007-11-11Change some initialization of static queues to compile time.matt 2007-11-06Merge scheduler changes from the vmlocking branch. All discussed onad 2007-10-27Fix spelling.ad 2007-10-11Merge from vmlocking:ad 2007-09-21Include sys/cdefs.h first.dsl 2007-06-15splstatclock, spllock -> splhighad 2007-05-21Correct comment.skrll 2007-05-02lockdebug_abort: s/int/u_int/ for lock id as the rest of code.yamt 2007-03-10lockdebug:ad 2007-02-22TRUE -> true, FALSE -> falsethorpej 2007-02-21Pick up some additional files that were missed before due to conflictsthorpej 2007-02-09Merge newlock2 to head.ad