Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36736
b: refs/heads/master
c: a1fdcb9
h: refs/heads/master
v: v3
  • Loading branch information
Juerg Haefliger authored and Greg Kroah-Hartman committed Sep 28, 2006
1 parent 350989c commit e170224
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61d0b53363256e87aeb79286be2dc8f62a9d429a
refs/heads/master: a1fdcb96ee33ba75318476a2a4691147c9f2ad90
24 changes: 21 additions & 3 deletions trunk/Documentation/hwmon/vt1211
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,26 @@ Thanks to Joseph Chan and Fiona Gatt from VIA for providing documentation and
technical support.


Module Parameters
-----------------

* uch_config: int Override the BIOS default universal channel (UCH)
configuration for channels 1-5.
Legal values are in the range of 0-31. Bit 0 maps to
UCH1, bit 1 maps to UCH2 and so on. Setting a bit to 1
enables the thermal input of that particular UCH and
setting a bit to 0 enables the voltage input.

* int_mode: int Override the BIOS default temperature interrupt mode.
The only possible value is 0 which forces interrupt
mode 0. In this mode, any pending interrupt is cleared
when the status register is read but is regenerated as
long as the temperature stays above the hysteresis
limit.

Be aware that overriding BIOS defaults might cause some unwanted side effects!


Description
-----------

Expand Down Expand Up @@ -88,9 +108,7 @@ has a high limit which triggers an alarm if crossed. There is an associated
hysteresis value with each temperature below which the temperature has to drop
before the alarm is cleared (this is only true for interrupt mode 0). The
interrupt mode can be forced to 0 in case the BIOS doesn't do it
automatically. For that, the parameter int_mode=0 needs to be supplied when
loading the driver module. Be aware that overriding BIOS defaults might cause
some unwanted side effects!
automatically. See the 'Module Parameters' section for details.

All temperature channels except temp2 are external. Temp2 is the VT1211
internal thermal diode and the driver does all the scaling for temp2 and
Expand Down

0 comments on commit e170224

Please sign in to comment.