NetBSD/sys/arch/cobalt
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
..
cobalt Convert to common mips3_cp0_counter clock. 2006-09-07 03:38:54 +00:00
compile
conf Various improvements to make the common mips3 clock handling more generally 2006-09-08 23:39:27 +00:00
dev Add an option COM_REGMAP to allow com(4) to use an array of register indices. 2006-07-13 22:56:00 +00:00
include Convert to common mips3_cp0_counter clock. 2006-09-07 03:38:54 +00:00
pci Vendor GALILEO is now MARVELL. 2006-08-22 21:42:19 +00:00
stand Link libkern last. It contains functions normally found in libgcc, so 2006-08-12 11:38:11 +00:00
Makefile
TODO Add and update misc items. 2006-07-18 13:24:39 +00:00