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

constify struct cfattach


# 21dab745 14-Mar-2015 jsg <jsg@openbsd.org>

Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.

ok tedu@ deraadt@


# e639a550 26-Jul-2011 deraadt <deraadt@openbsd.org>

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 s

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

show more ...


# abd5869c 03-Nov-2008 cnst <cnst@openbsd.org>

support w83627dhg at i2c (as seen on Sun Ultra 24 via dmesg@) ok deraadt@


# dfb82783 28-Jan-2006 kettenis <kettenis@openbsd.org>

Rename lm_i2c.c to lm78_i2c.c.
requested by deraadt@