summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/lm78_isa.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* there's no need to defer the removal of the iic sensors to a task, we candlg2015-01-021-12/+5
| | | | | | just remove them directly. tested by krw@
* Use taskq rather than workq to remove unwanted alias.krw2014-12-191-4/+9
| | | | ok mikeb kettenis (for earlier version)
* Add support for Nuvoton NCT6776F fan, voltage and temperature sensors.mpf2011-12-061-2/+55
| | | | | | | Tested on a Supermicro X9SCL/X9SCM board. With help from kettenis to make the part that works around a chip ID collision less ugly. OK kettenis
* It is not safe to call sensor_task_unregister() from inside thederaadt2011-10-051-2/+23
| | | | | | | | refresh function. sensor_task_work() is incomprehensively complex. Work around this by using a workq to deactive the i2c alias when the isa interface is preffered. Problem of dead sensors reported by henning, fix tested by Nigel Taylor ok kettenis
* Calling a detach function from an attach function is no longer legal (deraadt2011-07-261-2/+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
* Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.kettenis2008-02-171-1/+7
| | | | ok henning@
* New it(4) driver.form2007-12-181-5/+3
| | | | | Supports ITE IT8705/8712/8716/8718/8726 and SiS SiS950 hardware monitors and ITE IT8712F/8716F/8718F/8726F watchdog timer.
* fix potential crash due to wrong ca_devsize; whilst here, also fix iobase type; ok grange, ketteniscnst2007-07-011-5/+7
|
* Rename lm_isa.c to lm78_isa.c. Now that there isn't really any NetBSD codekettenis2006-01-281-0/+194
left, replace copyright with my own. requested by deraadt@