index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
mk48txx.c
Age
Commit message (
Expand
)
Author
2020-01-01
Fix some issues around todr_wenable():
thorpej
2014-11-20
use the inline bcdtobin and bintobcd directly instead through a macro.
christos
2011-01-04
Make this support the DS1553 as well. Add support for the centry reg which
matt
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
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-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2006-10-01
u_int8_t -> uint8_t
tsutsui
2006-09-07
Updated to new clock_ymdhms support in kern_todr.
gdamore
2006-09-04
Remove unused todr_setcal/todr_getcal and all the assorted stub
gdamore
2005-12-11
merge ktrace-lwp.
christos
2005-06-04
Fix the various todr_gettime() and todr_settime() fallouts from
he
2004-12-29
If clock_ymdhms_to_secs() fails, return ERANGE. This gets my ELC with
bjh21
2004-07-05
settime: round, instead of truncate, to the nearest second.
pk
2004-03-01
Back out previous.
kleink
2004-03-01
Cosmetics; add missing newline to autoconf output.
kleink
2003-11-01
Cleanup MI mk48txx(4) todclock driver:
tsutsui
2003-10-30
Fix uninitialized warning.
matt
2002-02-23
Allow MD code to provide functions for reading/writing NVRAM/RTC
scw
2001-12-06
Recognize the MK48T18 as well (differs from the MK48T08 only in packaging
kleink
2001-11-13
add/cleanup RCSID
lukem
2001-04-08
Correct values for sanity checks.
tsutsui
2000-11-11
Change `nvram size' data type to `bus_size_t'.
pk
2000-11-11
Add a function to retrieve the size of the on-chip NVRAM area.
pk
2000-10-04
Enable sanity checks in mk48txx_gettime().
tsutsui
2000-10-03
1970 -> POSIX_BASE_YEAR
tsutsui
2000-09-01
Add support for write protecting clock registers.
eeh
2000-07-25
New time-of-day clock chip drivers. These implement the todr(9) interface.
pk