summaryrefslogtreecommitdiff
path: root/sys/dev/isa/sch311x.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2016-08-30Make the init code match the comment and disable watchdogJonathan Gray
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-10Convert watchdog(4) devices to use autoconf(9) framework.Mike Belopuhov
2012-10-17Swap arguments to wdog_register() since it is nicer, and prepareTheo de Raadt
2009-08-22There is no schsio_print() so get rid of the prototype.Michael Knudsen
2009-05-07KNFMichael Knudsen
2009-04-27Whitespace KNF.Michael Knudsen
2009-04-17schsio_probe() reads the chip id to find out if we should attach or not.Michael Knudsen
2009-04-16Change some parameter types from int to u_int8_t since theMichael Knudsen
2009-04-15Remove some unused symbolic constants.Michael Knudsen
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-25Add support for the watchdog timer.Michael Knudsen
2009-01-26Unify error message.Mark Kettenis
2009-01-24use more appropriate sensor_task_register(9) paradigm; ok mkConstantine A. Murenin
2009-01-24* eliminate redundant initialisations of .desc and .valueConstantine A. Murenin
2009-01-23Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providingMichael Knudsen