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
/
isa
/
it.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Convert watchdog(4) devices to use autoconf(9) framework.
mikeb
2014-12-10
1
-2
/
+17
*
Fix various glitches in queue macro usage.
guenther
2013-04-10
1
-2
/
+2
*
Attach on ITE 8728.
brynet
2013-03-21
1
-1
/
+2
*
Support IT8772F; from form@, ok kettenis
mikeb
2012-12-14
1
-1
/
+2
*
Swap arguments to wdog_register() since it is nicer, and prepare
deraadt
2012-10-17
1
-2
/
+2
*
add IT8721 support
form
2011-01-20
1
-1
/
+2
*
add IT8720F support
form
2009-01-16
1
-1
/
+2
*
Round up to the nearest minute 16-bit timeout values for older IT8712 chips.
form
2008-10-23
1
-1
/
+3
*
o add FAN4 and FAN5 sensors for IT8716/8718/8726
form
2008-10-22
1
-42
/
+97
*
Fix various printf constructs either missing arguments or format specifiers.
miod
2008-10-11
1
-2
/
+2
*
better comments
form
2008-10-08
1
-4
/
+4
*
Older IT8712F chips have 8-bit watchdog timeout counter.
form
2008-10-08
1
-12
/
+36
*
o chip revision is 4-bit value
form
2008-10-08
1
-7
/
+5
*
snprintf "%s" -> strlcpy
form
2008-04-07
1
-4
/
+3
*
fix snprintf usage
form
2008-04-07
1
-2
/
+2
*
more cosmetic changes
form
2008-04-07
1
-6
/
+8
*
some cosmetic changes
form
2008-04-07
1
-7
/
+21
*
Switch it(4) back to PnP config mode. Avoid possible
form
2008-04-03
1
-54
/
+67
*
alwais unmap i/o space in it_match
form
2007-12-24
1
-4
/
+7
*
Look for environment controller first, and access ITE SuperIO address/data
form
2007-12-23
1
-49
/
+43
*
add original copyright
form
2007-12-20
1
-1
/
+3
*
New it(4) driver.
form
2007-12-18
1
-194
/
+298
*
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
-7
/
+7
*
adapt to new two-level sensor api; Constantine A. Murenin
deraadt
2006-12-23
1
-16
/
+8
*
Add abstraction for resistor factors and avoid using the rfact member of
kettenis
2006-06-24
1
-19
/
+29
*
unify temperature sensor names much more
deraadt
2006-04-10
1
-2
/
+2
*
Do not enable disabled sensors.
kettenis
2006-01-23
1
-14
/
+1
*
Replace SENSOR_ADD() macro with a pair of functions
grange
2006-01-19
1
-2
/
+2
*
Convert for sensor_task_register();
grange
2005-12-28
1
-8
/
+7
*
Fan tachometers improvements from form@pdp-11.org.ru:
grange
2005-07-26
1
-19
/
+17
*
Correct FAN3 divisor for IT8705 and add support for FAN3 divisor on IT8712.
grange
2005-04-29
1
-5
/
+6
*
Use vendor id register for chip matching instead of configuration
grange
2005-04-09
1
-26
/
+13
*
Spaces.
grange
2005-03-02
1
-18
/
+18
*
Don't reset the chip on attach. This solves the problem with fans
grange
2004-10-05
1
-4
/
+1
*
The IT87 chip has 3 Fan sensors. Fix the loop invariant and add
millert
2004-08-23
1
-4
/
+4
*
don't forget to set rv to zero on false match
mickey
2004-08-17
1
-1
/
+3
*
Use SENSOR_FINVALID.
grange
2004-02-10
1
-2
/
+4
*
Yet another signature; reported by danh@
grange
2004-02-02
1
-2
/
+2
*
Add new probe signature. From Alexey E. Suslikov <cruel@texnika.com.ua>.
grange
2004-01-28
1
-2
/
+2
*
Move sensors externs to sys/sensors.h and introduce a macro
grange
2004-01-12
1
-5
/
+2
*
Correct author's email address per his request.
grange
2003-11-05
1
-2
/
+2
*
Don't check for valid nio since pnp is not used; similar to lm(4).
grange
2003-10-19
1
-7
/
+1
*
Print some debug info on match routine failure
grange
2003-05-28
1
-3
/
+7
*
it(4) driver provides support for ITE IT8705F, IT8712F and SiS SiS950
grange
2003-05-20
1
-0
/
+349