summaryrefslogtreecommitdiff
path: root/sys/dev/isa/it.c
AgeCommit message (Expand)Author
2022-04-16it(4): constify sensor tablesChristian Weisgerber
2022-04-06constify struct cfattachChristian Weisgerber
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-10Convert watchdog(4) devices to use autoconf(9) framework.Mike Belopuhov
2013-04-10Fix various glitches in queue macro usage.Philip Guenther
2013-03-21Attach on ITE 8728.Bryan Steele
2012-12-14Support IT8772F; from form@, ok kettenisMike Belopuhov
2012-10-17Swap arguments to wdog_register() since it is nicer, and prepareTheo de Raadt
2011-01-20add IT8721 supportOleg Safiullin
2009-01-16add IT8720F supportOleg Safiullin
2008-10-23Round up to the nearest minute 16-bit timeout values for older IT8712 chips.Oleg Safiullin
2008-10-22o add FAN4 and FAN5 sensors for IT8716/8718/8726Oleg Safiullin
2008-10-11Fix various printf constructs either missing arguments or format specifiers.Miod Vallat
2008-10-08better commentsOleg Safiullin
2008-10-08Older IT8712F chips have 8-bit watchdog timeout counter.Oleg Safiullin
2008-10-08o chip revision is 4-bit valueOleg Safiullin
2008-04-07snprintf "%s" -> strlcpyOleg Safiullin
2008-04-07fix snprintf usageOleg Safiullin
2008-04-07more cosmetic changesOleg Safiullin
2008-04-07some cosmetic changesOleg Safiullin
2008-04-03Switch it(4) back to PnP config mode. Avoid possibleOleg Safiullin
2007-12-24alwais unmap i/o space in it_matchOleg Safiullin
2007-12-23Look for environment controller first, and access ITE SuperIO address/dataOleg Safiullin
2007-12-20add original copyrightOleg Safiullin
2007-12-18New it(4) driver.Oleg Safiullin
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-06-24Add abstraction for resistor factors and avoid using the rfact member ofMark Kettenis
2006-04-10unify temperature sensor names much moreTheo de Raadt
2006-01-23Do not enable disabled sensors.Mark Kettenis
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2005-12-28Convert for sensor_task_register();Alexander Yurchenko
2005-07-26Fan tachometers improvements from form@pdp-11.org.ru:Alexander Yurchenko
2005-04-29Correct FAN3 divisor for IT8705 and add support for FAN3 divisor on IT8712.Alexander Yurchenko
2005-04-09Use vendor id register for chip matching instead of configurationAlexander Yurchenko
2005-03-02Spaces.Alexander Yurchenko
2004-10-05Don't reset the chip on attach. This solves the problem with fansAlexander Yurchenko
2004-08-23The IT87 chip has 3 Fan sensors. Fix the loop invariant and addTodd C. Miller
2004-08-17don't forget to set rv to zero on false matchMichael Shalayeff
2004-02-10Use SENSOR_FINVALID.Alexander Yurchenko
2004-02-02Yet another signature; reported by danh@Alexander Yurchenko
2004-01-28Add new probe signature. From Alexey E. Suslikov <cruel@texnika.com.ua>.Alexander Yurchenko
2004-01-12Move sensors externs to sys/sensors.h and introduce a macroAlexander Yurchenko
2003-11-05Correct author's email address per his request.Alexander Yurchenko
2003-10-19Don't check for valid nio since pnp is not used; similar to lm(4).Alexander Yurchenko
2003-05-28Print some debug info on match routine failureAlexander Yurchenko
2003-05-20it(4) driver provides support for ITE IT8705F, IT8712F and SiS SiS950Alexander Yurchenko