NetBSD/sys/arch/mips
jonathan 53c671e26c Add locore assembler functions to read mips3 cycle counter, and
read and write compare register (controls cycle-driven periodic interrupt).

Use cycle counter for microsecond time on mips3, but for now only on
3min motherboards (5000/150).  the MAXINE baseboard microsecond
counter is more stable and I don't ave no 5000/260 to test.

XXX clkread() is a mess, it should be rewritten.
XXX should add nanotime() to give inkernel nanosecond resolution,
    and then microtime() reworked to use nanotime().
1998-04-19 01:48:34 +00:00
..
conf
include * Create /sys/arch/mips/include/intr.h, with extern declaration of 1998-03-26 12:46:33 +00:00
mips Add locore assembler functions to read mips3 cycle counter, and 1998-04-19 01:48:34 +00:00
Makefile.inc