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