index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
i2c
/
lm87.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
uninitialised value caused some lmenv(4) fans to never appear sometimes;
cnst
2008-11-10
1
-2
/
+3
*
rework sensor tasks to use the kernels generic workq rather than a special
dlg
2007-06-24
1
-2
/
+2
*
split userland & kernel struct sensor/sensordev so that the addition
deraadt
2007-03-22
1
-3
/
+3
*
adapt to new two-level sensor api; Constantine A. Murenin
deraadt
2006-12-23
1
-13
/
+10
*
slightly nicer sensor names
deraadt
2006-04-09
1
-3
/
+3
*
Replace SENSOR_ADD() macro with a pair of functions
grange
2006-01-19
1
-2
/
+2
*
spacing
deraadt
2005-12-31
1
-2
/
+2
*
interrupt clearing applies to lm87 class too (not just lm81 class)
deraadt
2005-12-27
1
-3
/
+2
*
if the device is busy trying to deliver an interrupt, it will stall on
deraadt
2005-12-27
1
-5
/
+13
*
on lm81 and clones, reflag external sensor as invalid every time through
deraadt
2005-12-27
1
-3
/
+6
*
match about 15 more clone chips
deraadt
2005-12-27
1
-18
/
+30
*
if we write to the START bit, splat out a message
deraadt
2005-12-27
1
-14
/
+15
*
if start is already set, avoid setting it again
deraadt
2005-12-26
1
-7
/
+9
*
Fix typo.
kettenis
2005-11-16
1
-2
/
+2
*
read the channel register, hopefully initialized by some rom (Yes, Apple
deraadt
2005-11-15
1
-12
/
+46
*
temperature readings of 0x80 mean "diode not connected", i think; kettenis ok
deraadt
2005-11-15
1
-3
/
+6
*
Start monitoring operations such that values actually change.
kettenis
2005-11-15
1
-1
/
+18
*
avoid integer overflow in fan speed calculations, from kettenis
deraadt
2005-11-15
1
-9
/
+16
*
instead of passing OF nodes down to the drivers, pass name/compat string
deraadt
2005-11-15
1
-18
/
+12
*
move lm87 to dev/i2c; ok kettenis
deraadt
2005-11-15
1
-0
/
+241