summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale/i80321_timer.c
AgeCommit message (Expand)Author
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2013-12-17Mark tmr0_read and tmr1_read as unused.joerg
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2008-04-27Merge kernel changes in matt-armv6 to HEAD.matt
2008-01-20Convert evbarm to timecounter. Only one of the systems was tested, thejoerg
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-01-06Add generic TOD support. From Bucky Katz.christos
2006-09-10i80321 timecounter support.gavan
2006-09-10Do not supply our own versions of inittodr, etc. if a port declaresgdamore
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 avoid shadowing.he
2005-06-04Fix the various todr_gettime() and todr_settime() fallouts fromhe
2005-02-26Watch out for those unexpected tains.simonb
2005-02-12Permit the counter frequency to be overridden by a board configurationrearnsha
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
2003-04-29Use aprint*().thorpej
2002-10-08Move XScale common prototypes to xscalevar.h. Add xscale_pmc_dispatch()thorpej
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-03-27Basic support for the Intel i80321 I/O Processor (Xscale core).thorpej