summaryrefslogtreecommitdiff
path: root/sys/arch/arc/jazz/timer_jazzio.c
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2008-07-05Split device_t/softc with misc related changes.tsutsui
2006-06-24Misc minor cleanup for arc interrupt handlers:tsutsui
2005-12-11merge ktrace-lwp.christos
2005-08-20Count jazzio timer interrupts by evcnt(9).tsutsui
2005-01-22- remove __P()tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-06-13split clock_mc.c into interval timer driver (timer) andsoda