NetBSD/sys/arch/evbmips
gdamore bf6fc8ef63 Various improvements to make the common mips3 clock handling more generally
useful.  The functions delay, cpu_initclocks, and setstatclcokrate have been
renamed to mips3_delay, mips3_initclocks, and mips3_setstatclockrate.

We provide weak aliases for the original names, so machdep code doesn't have
to provide wrapper routines.  (Giving good performance.)

I've moved mips3_clockintr, mips3_initclocks, and mips3_setstatclockrate to
their own mips3_clockintr file, because some ports may not be able to use
these, and its senseless to carry that baggage.
2006-09-08 23:39:27 +00:00
..
alchemy
atheros This is a boat-load of changes designed to finish parameterizing the 2006-09-04 05:17:26 +00:00
compile
conf Various improvements to make the common mips3 clock handling more generally 2006-09-08 23:39:27 +00:00
evbmips Use new common, MIPS3 clock handling. This eliminates some port-specific 2006-09-02 22:54:47 +00:00
include Convert evbmis to __HAVE_GENERIC_TODR. 2006-09-02 20:27:21 +00:00
isa Print out a "\n" after calling mc146818_attach(). 2006-09-07 04:59:30 +00:00
malta Remove pointless reference to evbmips/clockvar.h. 2006-09-02 22:33:06 +00:00
Makefile Make the 'tags' target work better: use ${SYSDIR}/arch/evbmips/ 2006-08-06 17:21:58 +00:00