summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mk48txx.c
AgeCommit message (Expand)Author
2020-01-01Fix some issues around todr_wenable():thorpej
2014-11-20use the inline bcdtobin and bintobcd directly instead through a macro.christos
2011-01-04Make this support the DS1553 as well. Add support for the centry reg whichmatt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-10- move todr_attach(9) calls from each MD attachment to MI mk48txx_attach()tsutsui
2008-01-10- use aprint_normal(9)tsutsui
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-10-01u_int8_t -> uint8_ttsutsui
2006-09-07Updated to new clock_ymdhms support in kern_todr.gdamore
2006-09-04Remove unused todr_setcal/todr_getcal and all the assorted stubgdamore
2005-12-11merge ktrace-lwp.christos
2005-06-04Fix the various todr_gettime() and todr_settime() fallouts fromhe
2004-12-29If clock_ymdhms_to_secs() fails, return ERANGE. This gets my ELC withbjh21
2004-07-05settime: round, instead of truncate, to the nearest second.pk
2004-03-01Back out previous.kleink
2004-03-01Cosmetics; add missing newline to autoconf output.kleink
2003-11-01Cleanup MI mk48txx(4) todclock driver:tsutsui
2003-10-30Fix uninitialized warning.matt
2002-02-23Allow MD code to provide functions for reading/writing NVRAM/RTCscw
2001-12-06Recognize the MK48T18 as well (differs from the MK48T08 only in packagingkleink
2001-11-13add/cleanup RCSIDlukem
2001-04-08Correct values for sanity checks.tsutsui
2000-11-11Change `nvram size' data type to `bus_size_t'.pk
2000-11-11Add a function to retrieve the size of the on-chip NVRAM area.pk
2000-10-04Enable sanity checks in mk48txx_gettime().tsutsui
2000-10-031970 -> POSIX_BASE_YEARtsutsui
2000-09-01Add support for write protecting clock registers.eeh
2000-07-25New time-of-day clock chip drivers. These implement the todr(9) interface.pk