diff options
author | Juerg Haefliger <juergh@gmail.com> | 2006-09-24 14:55:34 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-28 18:31:16 -0400 |
commit | a1fdcb96ee33ba75318476a2a4691147c9f2ad90 (patch) | |
tree | ac5d846a5ad4106406b793abacd168075d7e59b8 /Documentation/hwmon | |
parent | 61d0b53363256e87aeb79286be2dc8f62a9d429a (diff) |
vt1211: Document module parameters
vt1211: Document module parameters
Add a description of the module parameters to the documentation of
the vt1211 driver.
Signed-off-by: Juerg Haefliger <juergh@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/vt1211 | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/Documentation/hwmon/vt1211 b/Documentation/hwmon/vt1211 index d6d807138195..77fa633b97a8 100644 --- a/Documentation/hwmon/vt1211 +++ b/Documentation/hwmon/vt1211 | |||
@@ -16,6 +16,26 @@ Thanks to Joseph Chan and Fiona Gatt from VIA for providing documentation and | |||
16 | technical support. | 16 | technical support. |
17 | 17 | ||
18 | 18 | ||
19 | Module Parameters | ||
20 | ----------------- | ||
21 | |||
22 | * uch_config: int Override the BIOS default universal channel (UCH) | ||
23 | configuration for channels 1-5. | ||
24 | Legal values are in the range of 0-31. Bit 0 maps to | ||
25 | UCH1, bit 1 maps to UCH2 and so on. Setting a bit to 1 | ||
26 | enables the thermal input of that particular UCH and | ||
27 | setting a bit to 0 enables the voltage input. | ||
28 | |||
29 | * int_mode: int Override the BIOS default temperature interrupt mode. | ||
30 | The only possible value is 0 which forces interrupt | ||
31 | mode 0. In this mode, any pending interrupt is cleared | ||
32 | when the status register is read but is regenerated as | ||
33 | long as the temperature stays above the hysteresis | ||
34 | limit. | ||
35 | |||
36 | Be aware that overriding BIOS defaults might cause some unwanted side effects! | ||
37 | |||
38 | |||
19 | Description | 39 | Description |
20 | ----------- | 40 | ----------- |
21 | 41 | ||
@@ -88,9 +108,7 @@ has a high limit which triggers an alarm if crossed. There is an associated | |||
88 | hysteresis value with each temperature below which the temperature has to drop | 108 | hysteresis value with each temperature below which the temperature has to drop |
89 | before the alarm is cleared (this is only true for interrupt mode 0). The | 109 | before the alarm is cleared (this is only true for interrupt mode 0). The |
90 | interrupt mode can be forced to 0 in case the BIOS doesn't do it | 110 | interrupt mode can be forced to 0 in case the BIOS doesn't do it |
91 | automatically. For that, the parameter int_mode=0 needs to be supplied when | 111 | automatically. See the 'Module Parameters' section for details. |
92 | loading the driver module. Be aware that overriding BIOS defaults might cause | ||
93 | some unwanted side effects! | ||
94 | 112 | ||
95 | All temperature channels except temp2 are external. Temp2 is the VT1211 | 113 | All temperature channels except temp2 are external. Temp2 is the VT1211 |
96 | internal thermal diode and the driver does all the scaling for temp2 and | 114 | internal thermal diode and the driver does all the scaling for temp2 and |