index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
isa
/
it.c
Age
Commit message (
Expand
)
Author
2022-04-16
it(4): constify sensor tables
Christian Weisgerber
2022-04-06
constify struct cfattach
Christian Weisgerber
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-10
Convert watchdog(4) devices to use autoconf(9) framework.
Mike Belopuhov
2013-04-10
Fix various glitches in queue macro usage.
Philip Guenther
2013-03-21
Attach on ITE 8728.
Bryan Steele
2012-12-14
Support IT8772F; from form@, ok kettenis
Mike Belopuhov
2012-10-17
Swap arguments to wdog_register() since it is nicer, and prepare
Theo de Raadt
2011-01-20
add IT8721 support
Oleg Safiullin
2009-01-16
add IT8720F support
Oleg Safiullin
2008-10-23
Round up to the nearest minute 16-bit timeout values for older IT8712 chips.
Oleg Safiullin
2008-10-22
o add FAN4 and FAN5 sensors for IT8716/8718/8726
Oleg Safiullin
2008-10-11
Fix various printf constructs either missing arguments or format specifiers.
Miod Vallat
2008-10-08
better comments
Oleg Safiullin
2008-10-08
Older IT8712F chips have 8-bit watchdog timeout counter.
Oleg Safiullin
2008-10-08
o chip revision is 4-bit value
Oleg Safiullin
2008-04-07
snprintf "%s" -> strlcpy
Oleg Safiullin
2008-04-07
fix snprintf usage
Oleg Safiullin
2008-04-07
more cosmetic changes
Oleg Safiullin
2008-04-07
some cosmetic changes
Oleg Safiullin
2008-04-03
Switch it(4) back to PnP config mode. Avoid possible
Oleg Safiullin
2007-12-24
alwais unmap i/o space in it_match
Oleg Safiullin
2007-12-23
Look for environment controller first, and access ITE SuperIO address/data
Oleg Safiullin
2007-12-20
add original copyright
Oleg Safiullin
2007-12-18
New it(4) driver.
Oleg Safiullin
2007-06-24
rework sensor tasks to use the kernels generic workq rather than a special
David Gwynne
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-06-24
Add abstraction for resistor factors and avoid using the rfact member of
Mark Kettenis
2006-04-10
unify temperature sensor names much more
Theo de Raadt
2006-01-23
Do not enable disabled sensors.
Mark Kettenis
2006-01-19
Replace SENSOR_ADD() macro with a pair of functions
Alexander Yurchenko
2005-12-28
Convert for sensor_task_register();
Alexander Yurchenko
2005-07-26
Fan tachometers improvements from form@pdp-11.org.ru:
Alexander Yurchenko
2005-04-29
Correct FAN3 divisor for IT8705 and add support for FAN3 divisor on IT8712.
Alexander Yurchenko
2005-04-09
Use vendor id register for chip matching instead of configuration
Alexander Yurchenko
2005-03-02
Spaces.
Alexander Yurchenko
2004-10-05
Don't reset the chip on attach. This solves the problem with fans
Alexander Yurchenko
2004-08-23
The IT87 chip has 3 Fan sensors. Fix the loop invariant and add
Todd C. Miller
2004-08-17
don't forget to set rv to zero on false match
Michael Shalayeff
2004-02-10
Use SENSOR_FINVALID.
Alexander Yurchenko
2004-02-02
Yet another signature; reported by danh@
Alexander Yurchenko
2004-01-28
Add new probe signature. From Alexey E. Suslikov <cruel@texnika.com.ua>.
Alexander Yurchenko
2004-01-12
Move sensors externs to sys/sensors.h and introduce a macro
Alexander Yurchenko
2003-11-05
Correct author's email address per his request.
Alexander Yurchenko
2003-10-19
Don't check for valid nio since pnp is not used; similar to lm(4).
Alexander Yurchenko
2003-05-28
Print some debug info on match routine failure
Alexander Yurchenko
2003-05-20
it(4) driver provides support for ITE IT8705F, IT8712F and SiS SiS950
Alexander Yurchenko