summaryrefslogtreecommitdiff
path: root/sys/dev/clock_subr.h
AgeCommit message (Expand)Author
2003-07-18Rename clock_rtc_config() to todr_attach().thorpej
2003-07-18Move the prototype of clock_rtc_config() into <dev/clock_subr.h>.thorpej
2003-01-06Add multiple inclusion protection.matt
2000-10-03Move #define POSIX_BASE_YEAR to clock_subr.h.tsutsui
2000-10-03For SECDAY, use "24 * 60 * 60" rather than "86400".tsutsui
2000-09-01Add support for write protecting clock registers.eeh
2000-07-26No point in forcing SECDAY to be a long int.pk
2000-07-25Define the todr(9) interface.pk
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1997-02-19Shared functions to convert between year/month/day/hour/minute/secondgwr