* [lm-sensors] [PATCH] hwmon: vt1211 documentation update
@ 2006-09-02 22:07 Juerg Haefliger
2006-09-03 13:32 ` Jean Delvare
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Juerg Haefliger @ 2006-09-02 22:07 UTC (permalink / raw)
To: lm-sensors
This patch adds a description of the module load parameters to the
documentation of the vt1211.
Signed-off-by: Juerg Haefliger <juergh at gmail.com>
---
--- Documentation/hwmon/vt1211.orig 2006-09-02 14:38:59.000000000 -0700
+++ Documentation/hwmon/vt1211 2006-09-02 14:56:02.000000000 -0700
@@ -16,6 +16,26 @@
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
-----------
@@ -88,9 +108,7 @@
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
^ permalink raw reply [flat|nested] 4+ messages in thread* [lm-sensors] [PATCH] hwmon: vt1211 documentation update
2006-09-02 22:07 [lm-sensors] [PATCH] hwmon: vt1211 documentation update Juerg Haefliger
@ 2006-09-03 13:32 ` Jean Delvare
2006-09-03 15:48 ` Juerg Haefliger
2006-09-03 17:30 ` Jean Delvare
2 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2006-09-03 13:32 UTC (permalink / raw)
To: lm-sensors
Hi Juerg,
> This patch adds a description of the module load parameters to the
> documentation of the vt1211.
>
> Signed-off-by: Juerg Haefliger <juergh at gmail.com>
Eek, it appears that your mailer broke the patch by wrapping long
lines. Please send it again. If your mailer can't deal with inline
patches, just attach it instead, that's fine with me.
Thanks,
>
> ---
>
> --- Documentation/hwmon/vt1211.orig 2006-09-02 14:38:59.000000000 -0700
> +++ Documentation/hwmon/vt1211 2006-09-02 14:56:02.000000000 -0700
> @@ -16,6 +16,26 @@
> 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
> -----------
>
> @@ -88,9 +108,7 @@
> 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
--
Jean Delvare
^ permalink raw reply [flat|nested] 4+ messages in thread
* [lm-sensors] [PATCH] hwmon: vt1211 documentation update
2006-09-02 22:07 [lm-sensors] [PATCH] hwmon: vt1211 documentation update Juerg Haefliger
2006-09-03 13:32 ` Jean Delvare
@ 2006-09-03 15:48 ` Juerg Haefliger
2006-09-03 17:30 ` Jean Delvare
2 siblings, 0 replies; 4+ messages in thread
From: Juerg Haefliger @ 2006-09-03 15:48 UTC (permalink / raw)
To: lm-sensors
This patch adds a description of the module load parameters to the
documentation of the vt1211.
Signed-off-by: Juerg Haefliger <juergh at gmail.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hwmon-vt1211-add-module-parameters-description.patch
Type: text/x-patch
Size: 1617 bytes
Desc: not available
Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20060903/17f52def/attachment.bin
^ permalink raw reply [flat|nested] 4+ messages in thread
* [lm-sensors] [PATCH] hwmon: vt1211 documentation update
2006-09-02 22:07 [lm-sensors] [PATCH] hwmon: vt1211 documentation update Juerg Haefliger
2006-09-03 13:32 ` Jean Delvare
2006-09-03 15:48 ` Juerg Haefliger
@ 2006-09-03 17:30 ` Jean Delvare
2 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2006-09-03 17:30 UTC (permalink / raw)
To: lm-sensors
> This patch adds a description of the module load parameters to the
> documentation of the vt1211.
>
> Signed-off-by: Juerg Haefliger <juergh at gmail.com>
Applied.
> --- Documentation/hwmon/vt1211.orig 2006-09-02 14:38:59.000000000 -0700
> +++ Documentation/hwmon/vt1211 2006-09-02 14:56:02.000000000 -0700
Next time, please make sure to send a p1-style patch.
--
Jean Delvare
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-09-03 17:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-02 22:07 [lm-sensors] [PATCH] hwmon: vt1211 documentation update Juerg Haefliger
2006-09-03 13:32 ` Jean Delvare
2006-09-03 15:48 ` Juerg Haefliger
2006-09-03 17:30 ` Jean Delvare
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.