blob: 88046d8663857978ea530a09725c0bb4996c0701 [file] [log] [blame]
Hans de Goede3faa1ff2007-06-17 00:28:45 +02001Kernel driver abituguru3
2========================
3
4Supported chips:
5 * Abit uGuru revision 3 (Hardware Monitor part, reading only)
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03006
Hans de Goede3faa1ff2007-06-17 00:28:45 +02007 Prefix: 'abituguru3'
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03008
Hans de Goede3faa1ff2007-06-17 00:28:45 +02009 Addresses scanned: ISA 0x0E0
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030010
Hans de Goede3faa1ff2007-06-17 00:28:45 +020011 Datasheet: Not available, this driver is based on reverse engineering.
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030012
Hans de Goede3faa1ff2007-06-17 00:28:45 +020013 Note:
14 The uGuru is a microcontroller with onboard firmware which programs
15 it to behave as a hwmon IC. There are many different revisions of the
Brandon Jiang4776b9e32020-08-22 15:46:40 +080016 firmware and thus effectively many different revisions of the uGuru.
Hans de Goede3faa1ff2007-06-17 00:28:45 +020017 Below is an incomplete list with which revisions are used for which
18 Motherboards:
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030019
20 - uGuru 1.00 ~ 1.24 (AI7, KV8-MAX3, AN7)
21 - uGuru 2.0.0.0 ~ 2.0.4.2 (KV8-PRO)
22 - uGuru 2.1.0.0 ~ 2.1.2.8 (AS8, AV8, AA8, AG8, AA8XE, AX8)
23 - uGuru 2.3.0.0 ~ 2.3.0.9 (AN8)
24 - uGuru 3.0.0.0 ~ 3.0.x.x (AW8, AL8, AT8, NI8 SLI, AT8 32X, AN8 32X,
25 AW9D-MAX)
26
Brandon Jiang4776b9e32020-08-22 15:46:40 +080027 The abituguru3 driver is only for revision 3.0.x.x motherboards,
Hans de Goede3faa1ff2007-06-17 00:28:45 +020028 this driver will not work on older motherboards. For older
29 motherboards use the abituguru (without the 3 !) driver.
30
31Authors:
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030032 - Hans de Goede <j.w.r.degoede@hhs.nl>,
33 - (Initial reverse engineering done by Louis Kruger)
Hans de Goede3faa1ff2007-06-17 00:28:45 +020034
35
36Module Parameters
37-----------------
38
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030039* force: bool
40 Force detection. Note this parameter only causes the
Hans de Goede3faa1ff2007-06-17 00:28:45 +020041 detection to be skipped, and thus the insmod to
42 succeed. If the uGuru can't be read the actual hwmon
43 driver will not load and thus no hwmon device will get
44 registered.
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030045* verbose: bool
46 Should the driver be verbose?
47
48 * 0/off/false normal output
49 * 1/on/true + verbose error reporting (default)
50
Hans de Goede3faa1ff2007-06-17 00:28:45 +020051 Default: 1 (the driver is still in the testing phase)
52
53Description
54-----------
55
56This driver supports the hardware monitoring features of the third revision of
57the Abit uGuru chip, found on recent Abit uGuru featuring motherboards.
58
59The 3rd revision of the uGuru chip in reality is a Winbond W83L951G.
Lucas De Marchi25985ed2011-03-30 22:57:33 -030060Unfortunately this doesn't help since the W83L951G is a generic microcontroller
Hans de Goede3faa1ff2007-06-17 00:28:45 +020061with a custom Abit application running on it.
62
63Despite Abit not releasing any information regarding the uGuru revision 3,
64Louis Kruger has managed to reverse engineer the sensor part of the uGuru.
65Without his work this driver would not have been possible.
66
67Known Issues
68------------
69
70The voltage and frequency control parts of the Abit uGuru are not supported,
71neither is writing any of the sensor settings and writing / reading the
72fanspeed control registers (FanEQ)
73
74If you encounter any problems please mail me <j.w.r.degoede@hhs.nl> and
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030075include the output of: `dmesg | grep abituguru`