From: Nikola Pajkovsky <npajkovs@redhat.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH 1/1] add FSCSYL to lm_sensors 2.10.8
Date: Tue, 06 Apr 2010 10:10:02 +0000 [thread overview]
Message-ID: <4BBB087A.6070108@redhat.com> (raw)
In-Reply-To: <4BBAFA6B.3080508@redhat.com>
On 04/06/2010 11:43 AM, Jean Delvare wrote:
> Hi Nikola,
>
> On Tue, 06 Apr 2010 11:10:03 +0200, Nikola Pajkovsky wrote:
>
>> diff -up lm_sensors-2.10.7/lib/chips.c.fscsyl lm_sensors-2.10.7/lib/chips.c
>> --- lm_sensors-2.10.7/lib/chips.c.fscsyl 2008-07-01 14:23:06.000000000 -0400
>> +++ lm_sensors-2.10.7/lib/chips.c 2009-12-09 10:05:57.000000000 -0500
>> @@ -6361,6 +6361,68 @@ static sensors_chip_feature fschmd_featu
>> { { 0 }, 0 }
>> };
>>
>> +#define SENSORS_FSCSYL_IN_FEATURES(nr) \
>> + { { SENSORS_FSCSYL_IN(nr), "in" #nr, \
>> + NOMAP, NOMAP, R }, \
>> + NOSYSCTL, VALUE(1), 3 }
>> +
>> +#define SENSORS_FSCSYL_TEMP_FEATURES(nr) \
>> + { { SENSORS_FSCSYL_TEMP(nr), "temp" #nr, \
>> + NOMAP, NOMAP, R }, \
>> + NOSYSCTL, VALUE(2), 3 }, \
>> + { { SENSORS_FSCSYL_TEMP_MAX(nr), "temp" #nr "_max", \
>> + SENSORS_FSCSYL_TEMP(nr), SENSORS_FSCSYL_TEMP(nr), RW }, \
>> + NOSYSCTL, VALUE(1), 3 }, \
>> + { { SENSORS_FSCSYL_TEMP_ALARM(nr), "temp" #nr "_alarm", \
>> + SENSORS_FSCSYL_TEMP(nr), NOMAP, R }, \
>> + NOSYSCTL, VALUE(1), 0 }, \
>> + { { SENSORS_FSCSYL_TEMP_FAULT(nr), "temp" #nr "_fault", \
>> + SENSORS_FSCSYL_TEMP(nr), NOMAP, R }, \
>> + NOSYSCTL, VALUE(1), 0 }
>> + (...)
>>
> lm-sensors 2.x is in maintenance mode, we no longer add chip support to
> it. Please move to lm-sensors 3.x, it's much better it pretty much all
> respects.
>
>
I have to do it like that, because we still have lm-sensors 2.x in
rhel5. fscsyl and fschds has already support in lm-sensros 3.x
--
Nikola
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
prev parent reply other threads:[~2010-04-06 10:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-06 9:10 [lm-sensors] [PATCH 1/1] add FSCSYL to lm_sensors 2.10.8 Nikola Pajkovsky
2010-04-06 9:43 ` Jean Delvare
2010-04-06 10:10 ` Nikola Pajkovsky [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BBB087A.6070108@redhat.com \
--to=npajkovs@redhat.com \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.