#
90133fcc |
| 16-Apr-2022 |
naddy <naddy@openbsd.org> |
it(4): constify sensor tables
|
#
471aeecf |
| 06-Apr-2022 |
naddy <naddy@openbsd.org> |
constify struct cfattach
|
#
21dab745 |
| 14-Mar-2015 |
jsg <jsg@openbsd.org> |
Remove some includes include-what-you-use claims don't have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels.
ok tedu@ deraadt@
|
#
3b06f262 |
| 10-Dec-2014 |
mikeb <mikeb@openbsd.org> |
Convert watchdog(4) devices to use autoconf(9) framework.
ok deraadt, tests on glxpcib and ok mpi
|
#
7887b06b |
| 10-Apr-2013 |
guenther <guenther@openbsd.org> |
Fix various glitches in queue macro usage.
ok millert@
|
#
d954485d |
| 21-Mar-2013 |
brynet <brynet@openbsd.org> |
Attach on ITE 8728.
it0 at isa0 port 0x2e/2: IT8728F rev 1, EC port 0x228
ok deraadt@
|
#
d78b6a36 |
| 14-Dec-2012 |
mikeb <mikeb@openbsd.org> |
Support IT8772F; from form@, ok kettenis
|
#
2bc62dec |
| 17-Oct-2012 |
deraadt <deraadt@openbsd.org> |
Swap arguments to wdog_register() since it is nicer, and prepare wdog_shutdown() for external usage.
|
#
7a7d733b |
| 20-Jan-2011 |
form <form@openbsd.org> |
add IT8721 support
|
#
9cab3a99 |
| 16-Jan-2009 |
form <form@openbsd.org> |
add IT8720F support thanks to Vit Skibinskiy <bucker(ik)skibinski.pp.ru>
|
#
7ad6240e |
| 23-Oct-2008 |
form <form@openbsd.org> |
Round up to the nearest minute 16-bit timeout values for older IT8712 chips.
|
#
1e5c1a87 |
| 22-Oct-2008 |
form <form@openbsd.org> |
o add FAN4 and FAN5 sensors for IT8716/8718/8726 o always use 16-bit FAN counters for IT8716/8718/8726 o do not try to poll sensors disabled by BIOS o sync VIN5 & VIN6 sensors description w/ ITE docs
o add FAN4 and FAN5 sensors for IT8716/8718/8726 o always use 16-bit FAN counters for IT8716/8718/8726 o do not try to poll sensors disabled by BIOS o sync VIN5 & VIN6 sensors description w/ ITE docs
tested by naddy@ weerd@
show more ...
|
#
421a338c |
| 11-Oct-2008 |
miod <miod@openbsd.org> |
Fix various printf constructs either missing arguments or format specifiers.
|
#
55ac2076 |
| 08-Oct-2008 |
form <form@openbsd.org> |
better comments
|
#
a4efb5fc |
| 08-Oct-2008 |
form <form@openbsd.org> |
Older IT8712F chips have 8-bit watchdog timeout counter. Use minutes for 16-bit values.
|
#
3ecd7674 |
| 08-Oct-2008 |
form <form@openbsd.org> |
o chip revision is 4-bit value o some #define's instead of digits
|
#
65d9048b |
| 07-Apr-2008 |
form <form@openbsd.org> |
snprintf "%s" -> strlcpy
|
#
f37985ef |
| 07-Apr-2008 |
form <form@openbsd.org> |
fix snprintf usage
|
#
6888f60c |
| 07-Apr-2008 |
form <form@openbsd.org> |
more cosmetic changes
|
#
5799e7c9 |
| 07-Apr-2008 |
form <form@openbsd.org> |
some cosmetic changes
|
#
48bf708f |
| 03-Apr-2008 |
form <form@openbsd.org> |
Switch it(4) back to PnP config mode. Avoid possible conflicts with SMSC or similar chips.
|
#
8b4257ab |
| 24-Dec-2007 |
form <form@openbsd.org> |
alwais unmap i/o space in it_match
|
#
029554a8 |
| 23-Dec-2007 |
form <form@openbsd.org> |
Look for environment controller first, and access ITE SuperIO address/data ports only if we found one. Fixes possible issues with some notebook chipsets.
ok deraadt@ tested by me, jcs@ and Rodolfo G
Look for environment controller first, and access ITE SuperIO address/data ports only if we found one. Fixes possible issues with some notebook chipsets.
ok deraadt@ tested by me, jcs@ and Rodolfo Gouveia
show more ...
|
#
c582b5c0 |
| 20-Dec-2007 |
form <form@openbsd.org> |
add original copyright bad me
|
#
a1f930f2 |
| 18-Dec-2007 |
form <form@openbsd.org> |
New it(4) driver. Supports ITE IT8705/8712/8716/8718/8726 and SiS SiS950 hardware monitors and ITE IT8712F/8716F/8718F/8726F watchdog timer.
|