Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-06 | constify struct cfattach | Christian Weisgerber | |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt | |
2016-08-30 | Make the init code match the comment and disable watchdog | Jonathan Gray | |
reset by mouse and keyboard instead of mouse and mouse. | |||
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray | |
have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | |||
2014-12-10 | Convert watchdog(4) devices to use autoconf(9) framework. | Mike Belopuhov | |
ok deraadt, tests on glxpcib and ok mpi | |||
2012-10-17 | Swap arguments to wdog_register() since it is nicer, and prepare | Theo de Raadt | |
wdog_shutdown() for external usage. | |||
2009-08-22 | There is no schsio_print() so get rid of the prototype. | Michael Knudsen | |
2009-05-07 | KNF | Michael Knudsen | |
2009-04-27 | Whitespace KNF. | Michael Knudsen | |
2009-04-17 | schsio_probe() reads the chip id to find out if we should attach or not. | Michael Knudsen | |
schsio_attach() then later reads the chip id to print which device we found. I noticed that isa_attach_args has a field called ia_aux which can be used for driver specific stuff, so stuff the device id in there so we don't need to get the value from the chip again during attach. | |||
2009-04-16 | Change some parameter types from int to u_int8_t since the | Michael Knudsen | |
bus_space_.. API uses that. | |||
2009-04-15 | Remove some unused symbolic constants. | Michael Knudsen | |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson | |
between instances, saving space in the kernel. feedback from many (some incorporated, some left for future work). ok deraadt, kettenis, "why not" miod. | |||
2009-03-25 | Add support for the watchdog timer. | Michael Knudsen | |
``just have the balls and commit it'' deraadt | |||
2009-01-26 | Unify error message. | Mark Kettenis | |
ok grange@, oga@, todd@ | |||
2009-01-24 | use more appropriate sensor_task_register(9) paradigm; ok mk | Constantine A. Murenin | |
2009-01-24 | * eliminate redundant initialisations of .desc and .value | Constantine A. Murenin | |
* .status should never stay at OK permanently * use .flags more sparingly ok mk | |||
2009-01-23 | Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providing | Michael Knudsen | |
environment sensors. These are found at least on VIA Epia SN18000G boards. Not enabled at 0x162e and 0x164e because probing these may not be safe according to kettenis (guess where my schsio is). Much help from kettenis. Input from const and fgs. ok kettenis |