History log of /openbsd/sys/dev/isa/viasio.c (Results 1 – 15 of 15)
Revision Date Author Comments
# 471aeecf 06-Apr-2022 naddy <naddy@openbsd.org>

constify struct cfattach


# 3b06f262 10-Dec-2014 mikeb <mikeb@openbsd.org>

Convert watchdog(4) devices to use autoconf(9) framework.

ok deraadt, tests on glxpcib and ok mpi


# 2bc62dec 17-Oct-2012 deraadt <deraadt@openbsd.org>

Swap arguments to wdog_register() since it is nicer, and prepare
wdog_shutdown() for external usage.


# e10c952f 29-Mar-2009 sthen <sthen@openbsd.org>

make various strings ("can't map mem space" and similar) more consistent
between instances, saving space in the kernel. feedback from many (some
incorporated, some left for future work).

ok deraadt,

make various strings ("can't map mem space" and similar) more consistent
between instances, saving space in the kernel. feedback from many (some
incorporated, some left for future work).

ok deraadt, kettenis, "why not" miod.

show more ...


# e15e1c8c 10-Sep-2008 blambert <blambert@openbsd.org>

Convert timeout_add() calls using multiples of hz to timeout_add_sec()

Really just the low-hanging fruit of (hopefully) forthcoming timeout
conversions.

ok art@, krw@


# 4b650163 14-Jun-2007 grange <grange@openbsd.org>

Prettier dmesg; requested a long time ago by deraadt@.


# 275cbf62 22-Mar-2007 deraadt <deraadt@openbsd.org>

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 c

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

show more ...


# 27515a6b 23-Dec-2006 deraadt <deraadt@openbsd.org>

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


# c7d08c22 26-Jun-2006 kettenis <kettenis@openbsd.org>

Avoid using the rfact member of 'struct sensor' which is on its way out.

tested by jmc@


# aafcf214 10-Apr-2006 deraadt <deraadt@openbsd.org>

unify temperature sensor names much more


# 92bc2975 19-Jan-2006 grange <grange@openbsd.org>

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@


# ed7303c4 08-Oct-2005 grange <grange@openbsd.org>

dmesg output nit.


# c2f128b6 29-Sep-2005 grange <grange@openbsd.org>

Add support for the VIA VT1211 watchdog timer, not tested.
If you have a board that really uses this watchdog
please give it a try.


# 95520628 31-Jul-2005 grange <grange@openbsd.org>

Don't use new dmesg line when printing logical devices info.
Suggested by deraadt@.


# 8e5e5e7b 28-Jul-2005 grange <grange@openbsd.org>

Add viasio(4), a driver for VIA VT1211 LPC Super I/O found on
some VIA CPU based boards. The driver provides temperature,
voltage and fan tachometers values through the sysctl interface.

Rickard Dah

Add viasio(4), a driver for VIA VT1211 LPC Super I/O found on
some VIA CPU based boards. The driver provides temperature,
voltage and fan tachometers values through the sysctl interface.

Rickard Dahlstrand <rd@tilde.se> asked for this driver and
provided access to the test board. Also tested by millert@.

ok millert@

show more ...