summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/sch311x.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Make the init code match the comment and disable watchdogjsg2016-08-301-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Convert watchdog(4) devices to use autoconf(9) framework.mikeb2014-12-101-2/+17
* Swap arguments to wdog_register() since it is nicer, and preparederaadt2012-10-171-2/+2
* There is no schsio_print() so get rid of the prototype.mk2009-08-221-2/+1
* KNFmk2009-05-071-3/+2
* Whitespace KNF.mk2009-04-271-4/+2
* schsio_probe() reads the chip id to find out if we should attach or not.mk2009-04-171-3/+4
* Change some parameter types from int to u_int8_t since themk2009-04-161-9/+10
* Remove some unused symbolic constants.mk2009-04-151-3/+1
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-3/+3
* Add support for the watchdog timer.mk2009-03-251-47/+135
* Unify error message.kettenis2009-01-261-2/+2
* use more appropriate sensor_task_register(9) paradigm; ok mkcnst2009-01-241-3/+6
* * eliminate redundant initialisations of .desc and .valuecnst2009-01-241-30/+4
* Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providingmk2009-01-231-0/+467