37 Commits

Author SHA1 Message Date
Michael Möller
77908f1d99 Added missing ITE super I/O chip IDs to the LPCIO class. 2020-02-27 00:02:23 +01:00
jesterret
5fd46f7f46 Added support for Fintek F71878AD (vendorId 0x1106) 2020-02-09 16:32:34 +01:00
Michael Möller
b4485c80d7 Added experimental support for the Nuvoton NCT6792D, NCT6792D-A, NCT6793D, NCT6795D, NCT6796D, NCT6796D-R, NCT6797D, NCT6798D super I/O chips. 2020-02-09 12:15:35 +01:00
Michael Möller
2339c4ed28 Added experimental support for the ITE IT8792E/IT8795E chips (chip ID 0x8733). Added support for detecting ITE chips on port 0x4E. 2020-01-30 23:13:28 +01:00
Michael Möller
183597f934 Added experimental support for the ITE IT8688E chip. 2020-01-27 22:05:56 +01:00
Michael Möller
b8a66b9cb7 Added experimental support for the ITE IT8628E chip (issue #759). 2015-12-20 15:54:19 +01:00
Michael Möller
9afb24db9d Added experimental support for the ITE IT8620E chip (using the same implementation as for the ITE IT8772E). 2015-12-08 19:54:21 +01:00
Michael Möller
1fa4a31ac0 Extracted the register and value port state and some methods from the LPCIO class into a new class LPCPort. Fixed issue #733 (unlocking the i/o space after sleep). 2015-12-04 16:32:48 +01:00
Michael Möller
9e32a33cbf Merged the Nuvoton NCT6102D/NCT6106D implementation back into the NCT677X class. 2015-11-15 16:35:40 +01:00
Deve
2c1fe299cc Implement Nuvoton NCT6102D/NCT6106D chips. 2015-08-26 17:40:22 +02:00
Michael Möller
bf0e26c554 Fixed an issue with the Nuvoton NCT6791D (hardware monitor i/o space lock wasn't disabled before attempting to read data). 2013-09-07 08:07:11 +00:00
Michael Möller
f89eb0e578 Added experimental support for the Nuvoton NCT6791D super I/O chip. 2013-07-21 14:17:11 +00:00
Michael Möller
67354b4125 Added support for the Fintek F71869A (F71868AD) super I/O chip. 2013-06-30 11:41:36 +00:00
Michael Möller
f8b7505b0c Added experimental support for Nuvoton NCT6779D super I/O chips. 2012-07-01 21:44:07 +00:00
Michael Möller
3d1e07b438 Added support for IT8705F super I/O chips. 2012-06-23 22:14:28 +00:00
Michael Möller
2c815088d7 Integrated the patch for Fintek F71808E super I/O support developed by Andrey Mushatov. 2012-06-22 10:05:23 +00:00
Michael Möller
2e3489e1f7 Changed the license to the Mozilla Public License 2.0 and update the licensing information. 2012-05-27 14:23:31 +00:00
Michael Möller
395b464a30 Added experimental support for ITE IT8771E super I/O chips. 2012-02-16 22:10:30 +00:00
Michael Möller
cdc38ff344 Added initial support for the ITE IT8772E super I/O chip. 2011-08-02 21:05:17 +00:00
Michael Möller
049f3d3515 Added support for the Fintek F71889AD super I/O chip. Extended the identification list of mainboard manufacturers. 2011-05-23 18:14:25 +00:00
Michael Möller
7b39213552 Added first experimental support for the IT8728F super I/O chip. 2011-05-01 13:37:15 +00:00
Michael Möller
1157a33042 Fixed Issue 156. 2011-03-19 22:55:05 +00:00
Michael Möller
55e808987c Added first experimental support for the Nuvoton NCT6771F super I/O chip. 2010-11-21 17:31:25 +00:00
Michael Möller
f238f35eff Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46. 2010-10-31 22:08:47 +00:00
Michael Möller
69e708b7d6 Added code to read the additional fans on the ASRock P55 Deluxe mainboard via special GPIO switching. 2010-10-17 16:04:19 +00:00
Michael Möller
bcde768e25 Refactored some of the hardware monitoring code and fixed a few code inspection warnings. 2010-09-21 20:32:36 +00:00
Michael Möller
335c2a35cd Fixed Issue 97. 2010-08-17 21:44:02 +00:00
Michael Möller
b5074e1c4d Restricted ITE detection to port 0x2E. 2010-08-17 20:25:27 +00:00
Michael Möller
2071610bbe Fixed some Code Analysis warnings. 2010-08-15 14:46:58 +00:00
Michael Möller
2ec18bf862 Changed the project files to Visual Studio 2010. Fixed some Code Analysis warnings. 2010-08-12 20:53:27 +00:00
Michael Möller
a2650ba983 Refactored the hardware monitoring code into a library (Issue 101). 2010-08-08 13:57:26 +00:00
Michael Möller
9cd1c629e5 Added ISA bus mutex support to the super IO detection. 2010-08-05 18:06:18 +00:00
Michael Möller
d1bb28ccb6 Added more revisions for the W83627THF, as there seems to exist chips with revision 0x82, 0x84, and 0x85 as well. 2010-06-30 08:52:53 +00:00
Michael Möller
6968062d71 Added the ITE chip version to the report. 2010-06-28 20:39:49 +00:00
Michael Möller
5d5307e5b5 Fixed Issue 63. 2010-06-03 22:40:18 +00:00
Michael Möller
b4203489bb Extended the ITE super I/O voltage reading by adding hidden voltage sensors for unknown channels. Added a few known DFI and Gigabyte mainboard voltage configurations. 2010-05-24 15:27:46 +00:00
Michael Möller
4cd9cd9125 Refactored the hardware code and added the visitor pattern for operations on the computer/hardware/sensor/parameter tree. 2010-05-09 16:22:13 +00:00