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
/
arch
/
evbarm
/
iq80310
/
iq80310_timer.c
Age
Commit message (
Expand
)
Author
2020-05-29
For struct timecounter, use C99 initializers.
rin
2011-07-01
#include <sys/bus.h> instead of <machine/bus.h>.
dyoung
2008-01-20
Convert evbarm to timecounter. Only one of the systems was tested, the
joerg
2007-02-19
Convert evbarm to __HAVE_GENERIC_TODR.
briggs
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-06-04
Rename an (unused) argument to appease -Wshadow.
he
2005-06-04
Fix the various todr_gettime() and todr_settime() fallouts from
he
2005-02-26
Watch out for those unexpected tains.
simonb
2003-07-27
Fix think'o in last. Pointed out by Izumi Tsutsui.
thorpej
2003-07-26
Flesh out inittodr() and resettodr().
thorpej
2003-07-15
__KERNEL_RCSID()
lukem
2002-04-14
* Delcare COUNTER_MASK properly.
thorpej
2002-04-13
Gah, correct editor mistake in last.
thorpej
2002-04-13
* Eliminate some redundant masking.
thorpej
2002-03-03
inittodr(): Actually initialize time from the file system time.
thorpej
2002-02-08
The Npwr has a 19-bit timer. Make sure values programmed into
thorpej
2001-12-01
Implement a "snake" for the 7-segment display.
thorpej
2001-11-26
Fix brain'o in handling of schedhz and profhz. Also, make sure to
thorpej
2001-11-23
Use <arm/cpufunc.h>, not <machine/cpufunc.h>.
thorpej
2001-11-08
Fix delay().
thorpej
2001-11-07
We were already cheating w/ CPLD register access, so cheat all the
thorpej
2001-11-07
Rework and fleshing out of Intel IQ80310 XScale eval board support.
thorpej