History log of /netbsd-src/sys/arch/arm/gemini/gemini_timer.c (Results 1 – 7 of 7)
Revision Date Author Comments
# be289d15 18-Mar-2014 martin <martin@NetBSD.org>

Bracket timer_init() with disable_interrupts()/restore_interrupts()
properly. Pointed out by Chris Gilbert.


# 81c2ca13 09-Mar-2014 martin <martin@NetBSD.org>

Remove an unused variable and fix a copy&pasto (I think)


# cf10107d 01-Jul-2011 dyoung <dyoung@NetBSD.org>

#include <sys/bus.h> instead of <machine/bus.h>.


# bd2482b5 05-Jan-2010 mbalmer <mbalmer@NetBSD.org>

One semicolon is enough.


# df7f595e 18-Mar-2009 cegger <cegger@NetBSD.org>

Ansify function definitions w/o arguments. Generated with sed.


# 3100fdac 09-Nov-2008 cliff <cliff@NetBSD.org>

- we are combining stat and system clocks to use the same timer
the master and slave CPU each get one timer for those functions;
both CPUs can use the free-running ref timer;
it is initialized

- we are combining stat and system clocks to use the same timer
the master and slave CPU each get one timer for those functions;
both CPUs can use the free-running ref timer;
it is initialized by CPU#0 and after that all access is read-only
- use correct OBIO_*_DEFAULT locator indicies

show more ...


# f5d7ce3d 24-Oct-2008 matt <matt@NetBSD.org>

Add support for Cortina Systems SL3516 eval board.