History log of /openbsd-current/sys/dev/ic/lm78var.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.20 08-Apr-2022 naddy

lm, uguru, fins, wbenv: constify sensor tables

ok miod@


Revision tags: OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.19 17-Dec-2019 mortimer

Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors.

From Joe Gidi.


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.18 15-Mar-2016 krw

'accomodate' -> 'accommodate' in comments.

Started by diff from Mical Mazurek.


Revision tags: OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.17 06-Dec-2011 mpf

Add support for Nuvoton NCT6776F fan, voltage and temperature sensors.
Tested on a Supermicro X9SCL/X9SCM board.
With help from kettenis to make the part that works around a
chip ID collision less ugly.
OK kettenis


# 1.16 05-Oct-2011 deraadt

It is not safe to call sensor_task_unregister() from inside the
refresh function. sensor_task_work() is incomprehensively complex.
Work around this by using a workq to deactive the i2c alias when the
isa interface is preffered.
Problem of dead sensors reported by henning, fix tested by Nigel Taylor
ok kettenis


Revision tags: OPENBSD_5_0_BASE
# 1.15 26-Jul-2011 deraadt

Calling a detach function from an attach function is no longer legal (
see a recent subr_autoconf.c commit). To resolve this problem, mark the
other attachment dead, and clean it up when the first servicing timeout
gets run.
ok kettenis


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.14 25-Jun-2007 cnst

support early W83627EHF-A; tested by Sam Fourman Jr; discussed with Gong Jun; ok kettenis@


# 1.13 24-Jun-2007 dlg

rework sensor tasks to use the kernels generic workq rather than a special
kernel thread of its own. the api has changed (which will be fixed in the
manpage shortly) so all the users of sensor tasks that i can find have
been fixed too.

noone tested, so its going in to force people to run with it.
"put it in" deraadt@


# 1.12 25-May-2007 cnst

add support for W83627DHG; ok kettenis


# 1.11 22-Mar-2007 deraadt

split userland & kernel struct sensor/sensordev so that the addition
of new fields in the future is less disruptive. This is done similar
to how struct proc is handled for ps(1). ok jmc (man page changes)
tested fkr simon, and more suggestions from millert


Revision tags: OPENBSD_4_1_BASE
# 1.10 22-Feb-2007 kettenis

Add support for Winbond W83627EHF chips.


# 1.9 08-Jan-2007 kettenis

Fix comment. From Constantine A. Murenin.


# 1.8 07-Jan-2007 kettenis

Fix VCore voltage detection on w83637hf.

Based on a diff from Constantine A. Murenin


# 1.7 23-Dec-2006 deraadt

adapt to new two-level sensor api; Constantine A. Murenin


Revision tags: OPENBSD_4_0_BASE
# 1.6 07-May-2006 kettenis

Add abstraction for resistor factor; makes it easier to compare them to
the datasheets. Fix a few typos too.
From Constantine Murenin <mureninc@gmail.org>.


Revision tags: OPENBSD_3_9_BASE
# 1.5 26-Jan-2006 kettenis

Make lm at iic detach properly, and use config_detach(9) to fully detach
lm at iic if we attach lm at isa for the same chip.
tested by robert@, krw@


# 1.4 17-Jan-2006 kettenis

Support W83791SD as an lm(4) without sensors.


# 1.3 15-Jan-2006 kettenis

Commit missing bits too:

If we attach an lm(4) to isa(4) that is already attached to iic(4), disable
the one attached to iic(4).
idea from deraadt@


# 1.2 14-Jan-2006 kettenis

Move isa-specific members of struct lm_softc into lm_isa.c.


# 1.1 14-Jan-2006 kettenis

Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up
lm78var.h.
Now that I've completely rewritten the driver, replace copyright with my own.
suggested by deraadt@


# 1.19 17-Dec-2019 mortimer

Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors.

From Joe Gidi.


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.18 15-Mar-2016 krw

'accomodate' -> 'accommodate' in comments.

Started by diff from Mical Mazurek.


Revision tags: OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.17 06-Dec-2011 mpf

Add support for Nuvoton NCT6776F fan, voltage and temperature sensors.
Tested on a Supermicro X9SCL/X9SCM board.
With help from kettenis to make the part that works around a
chip ID collision less ugly.
OK kettenis


# 1.16 05-Oct-2011 deraadt

It is not safe to call sensor_task_unregister() from inside the
refresh function. sensor_task_work() is incomprehensively complex.
Work around this by using a workq to deactive the i2c alias when the
isa interface is preffered.
Problem of dead sensors reported by henning, fix tested by Nigel Taylor
ok kettenis


Revision tags: OPENBSD_5_0_BASE
# 1.15 26-Jul-2011 deraadt

Calling a detach function from an attach function is no longer legal (
see a recent subr_autoconf.c commit). To resolve this problem, mark the
other attachment dead, and clean it up when the first servicing timeout
gets run.
ok kettenis


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.14 25-Jun-2007 cnst

support early W83627EHF-A; tested by Sam Fourman Jr; discussed with Gong Jun; ok kettenis@


# 1.13 24-Jun-2007 dlg

rework sensor tasks to use the kernels generic workq rather than a special
kernel thread of its own. the api has changed (which will be fixed in the
manpage shortly) so all the users of sensor tasks that i can find have
been fixed too.

noone tested, so its going in to force people to run with it.
"put it in" deraadt@


# 1.12 25-May-2007 cnst

add support for W83627DHG; ok kettenis


# 1.11 22-Mar-2007 deraadt

split userland & kernel struct sensor/sensordev so that the addition
of new fields in the future is less disruptive. This is done similar
to how struct proc is handled for ps(1). ok jmc (man page changes)
tested fkr simon, and more suggestions from millert


Revision tags: OPENBSD_4_1_BASE
# 1.10 22-Feb-2007 kettenis

Add support for Winbond W83627EHF chips.


# 1.9 08-Jan-2007 kettenis

Fix comment. From Constantine A. Murenin.


# 1.8 07-Jan-2007 kettenis

Fix VCore voltage detection on w83637hf.

Based on a diff from Constantine A. Murenin


# 1.7 23-Dec-2006 deraadt

adapt to new two-level sensor api; Constantine A. Murenin


Revision tags: OPENBSD_4_0_BASE
# 1.6 07-May-2006 kettenis

Add abstraction for resistor factor; makes it easier to compare them to
the datasheets. Fix a few typos too.
From Constantine Murenin <mureninc@gmail.org>.


Revision tags: OPENBSD_3_9_BASE
# 1.5 26-Jan-2006 kettenis

Make lm at iic detach properly, and use config_detach(9) to fully detach
lm at iic if we attach lm at isa for the same chip.
tested by robert@, krw@


# 1.4 17-Jan-2006 kettenis

Support W83791SD as an lm(4) without sensors.


# 1.3 15-Jan-2006 kettenis

Commit missing bits too:

If we attach an lm(4) to isa(4) that is already attached to iic(4), disable
the one attached to iic(4).
idea from deraadt@


# 1.2 14-Jan-2006 kettenis

Move isa-specific members of struct lm_softc into lm_isa.c.


# 1.1 14-Jan-2006 kettenis

Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up
lm78var.h.
Now that I've completely rewritten the driver, replace copyright with my own.
suggested by deraadt@


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.18 15-Mar-2016 krw

'accomodate' -> 'accommodate' in comments.

Started by diff from Mical Mazurek.


Revision tags: OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.17 06-Dec-2011 mpf

Add support for Nuvoton NCT6776F fan, voltage and temperature sensors.
Tested on a Supermicro X9SCL/X9SCM board.
With help from kettenis to make the part that works around a
chip ID collision less ugly.
OK kettenis


# 1.16 05-Oct-2011 deraadt

It is not safe to call sensor_task_unregister() from inside the
refresh function. sensor_task_work() is incomprehensively complex.
Work around this by using a workq to deactive the i2c alias when the
isa interface is preffered.
Problem of dead sensors reported by henning, fix tested by Nigel Taylor
ok kettenis


Revision tags: OPENBSD_5_0_BASE
# 1.15 26-Jul-2011 deraadt

Calling a detach function from an attach function is no longer legal (
see a recent subr_autoconf.c commit). To resolve this problem, mark the
other attachment dead, and clean it up when the first servicing timeout
gets run.
ok kettenis


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.14 25-Jun-2007 cnst

support early W83627EHF-A; tested by Sam Fourman Jr; discussed with Gong Jun; ok kettenis@


# 1.13 24-Jun-2007 dlg

rework sensor tasks to use the kernels generic workq rather than a special
kernel thread of its own. the api has changed (which will be fixed in the
manpage shortly) so all the users of sensor tasks that i can find have
been fixed too.

noone tested, so its going in to force people to run with it.
"put it in" deraadt@


# 1.12 25-May-2007 cnst

add support for W83627DHG; ok kettenis


# 1.11 22-Mar-2007 deraadt

split userland & kernel struct sensor/sensordev so that the addition
of new fields in the future is less disruptive. This is done similar
to how struct proc is handled for ps(1). ok jmc (man page changes)
tested fkr simon, and more suggestions from millert


Revision tags: OPENBSD_4_1_BASE
# 1.10 22-Feb-2007 kettenis

Add support for Winbond W83627EHF chips.


# 1.9 08-Jan-2007 kettenis

Fix comment. From Constantine A. Murenin.


# 1.8 07-Jan-2007 kettenis

Fix VCore voltage detection on w83637hf.

Based on a diff from Constantine A. Murenin


# 1.7 23-Dec-2006 deraadt

adapt to new two-level sensor api; Constantine A. Murenin


Revision tags: OPENBSD_4_0_BASE
# 1.6 07-May-2006 kettenis

Add abstraction for resistor factor; makes it easier to compare them to
the datasheets. Fix a few typos too.
From Constantine Murenin <mureninc@gmail.org>.


Revision tags: OPENBSD_3_9_BASE
# 1.5 26-Jan-2006 kettenis

Make lm at iic detach properly, and use config_detach(9) to fully detach
lm at iic if we attach lm at isa for the same chip.
tested by robert@, krw@


# 1.4 17-Jan-2006 kettenis

Support W83791SD as an lm(4) without sensors.


# 1.3 15-Jan-2006 kettenis

Commit missing bits too:

If we attach an lm(4) to isa(4) that is already attached to iic(4), disable
the one attached to iic(4).
idea from deraadt@


# 1.2 14-Jan-2006 kettenis

Move isa-specific members of struct lm_softc into lm_isa.c.


# 1.1 14-Jan-2006 kettenis

Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up
lm78var.h.
Now that I've completely rewritten the driver, replace copyright with my own.
suggested by deraadt@