History log of /openbsd-current/sys/dev/i2c/adm1026.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.12 06-Apr-2022 naddy

constify struct cfattach


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE 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 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 OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.11 09-Jun-2008 cnst

* fix the order of precedence in the divisor bits calculation
* correct the constant in the fanrpm formula
ok deraadt


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.10 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.9 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.8 23-Dec-2006 deraadt

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


Revision tags: OPENBSD_4_0_BASE
# 1.7 10-Apr-2006 deraadt

make this match our code standards


Revision tags: OPENBSD_3_9_BASE
# 1.6 19-Jan-2006 grange

Replace SENSOR_ADD() macro with a pair of functions
sensor_add()/sensor_del() so that sensors can be attached
and detached dynamicaly.

ok kettenis@ deraadt@ dlg@


# 1.5 31-Dec-2005 deraadt

spacing


# 1.4 29-Dec-2005 deraadt

stop using I2C_F_POLL; it is a bus driver responsibility now


# 1.3 28-Dec-2005 deraadt

I think this is better fan support


# 1.2 28-Dec-2005 deraadt

attempt at fan measurement


# 1.1 28-Dec-2005 deraadt

first draft of an adm1026 driver, without fan code yet


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE 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 OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.11 09-Jun-2008 cnst

* fix the order of precedence in the divisor bits calculation
* correct the constant in the fanrpm formula
ok deraadt


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.10 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.9 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.8 23-Dec-2006 deraadt

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


Revision tags: OPENBSD_4_0_BASE
# 1.7 10-Apr-2006 deraadt

make this match our code standards


Revision tags: OPENBSD_3_9_BASE
# 1.6 19-Jan-2006 grange

Replace SENSOR_ADD() macro with a pair of functions
sensor_add()/sensor_del() so that sensors can be attached
and detached dynamicaly.

ok kettenis@ deraadt@ dlg@


# 1.5 31-Dec-2005 deraadt

spacing


# 1.4 29-Dec-2005 deraadt

stop using I2C_F_POLL; it is a bus driver responsibility now


# 1.3 28-Dec-2005 deraadt

I think this is better fan support


# 1.2 28-Dec-2005 deraadt

attempt at fan measurement


# 1.1 28-Dec-2005 deraadt

first draft of an adm1026 driver, without fan code yet