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

constify struct cfattach


# 60a46f6c 04-Jun-2018 kevlo <kevlo@openbsd.org>

Nuke unused variable.

ok deraadt@


# 29e86e5e 15-Oct-2008 blambert <blambert@openbsd.org>

Second pass of simple timeout_add -> timeout_add_sec conversions
This should take care of the simpler ones (i.e., timeout values of
integer multiples of hz).

ok krw@, art@


# 1af3eee5 01-Jun-2007 cnst <cnst@openbsd.org>

remove strings from sensor.desc which are now present in sysctl variable names; ok grange@


# 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


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

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


# 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@


# e7398ebe 05-Jan-2006 grange <grange@openbsd.org>

Don't change pins state on attach.


# 0c86ea5f 17-Nov-2004 mickey <mickey@openbsd.org>

proper autoconf attachments; grange@ testing; markus@ ok


# ea4ab897 05-Jun-2004 grange <grange@openbsd.org>

Remove NGPIO button.


# 56469a74 03-Jun-2004 grange <grange@openbsd.org>

Add support for the GPIO logical device.

ok deraadt@


# 71ffed00 12-Jan-2004 grange <grange@openbsd.org>

Move sensors externs to sys/sensors.h and introduce a macro
SENSOR_ADD to hide all operations with these externs.

ok markus@


# ad33873e 05-Jan-2004 markus <markus@openbsd.org>

temp/volt sensor for NS PC87366 LPC Super I/O; based on netbsd version; ok deraadt