summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/lm78_i2c.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* Calling a detach function from an attach function is no longer legal (deraadt2011-07-261-12/+2
| | | | | | | 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
* support w83627dhg at i2c (as seen on Sun Ultra 24 via dmesg@) ok deraadt@cnst2008-11-031-1/+2
|
* Rename lm_i2c.c to lm78_i2c.c.kettenis2006-01-281-0/+140
requested by deraadt@