summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/lm78_isa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* there's no need to defer the removal of the iic sensors to a task, we candlg2015-01-021-12/+5
* Use taskq rather than workq to remove unwanted alias.krw2014-12-191-4/+9
* Add support for Nuvoton NCT6776F fan, voltage and temperature sensors.mpf2011-12-061-2/+55
* It is not safe to call sensor_task_unregister() from inside thederaadt2011-10-051-2/+23
* Calling a detach function from an attach function is no longer legal (deraadt2011-07-261-2/+2
* Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.kettenis2008-02-171-1/+7
* New it(4) driver.form2007-12-181-5/+3
* 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