NetBSD/sys/arch/algor
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
..
algor Update algor clock handling. This includes using the common mc146818 2006-09-05 01:33:24 +00:00
compile
conf Various improvements to make the common mips3 clock handling more generally 2006-09-08 23:39:27 +00:00
dev Update algor clock handling. This includes using the common mc146818 2006-09-05 01:33:24 +00:00
include Update algor clock handling. This includes using the common mc146818 2006-09-05 01:33:24 +00:00
isa Update algor clock handling. This includes using the common mc146818 2006-09-05 01:33:24 +00:00
pci According to the i8259 manual, EOI, R, and SL bits belong to OCW2 register 2006-05-12 10:58:12 +00:00
Makefile