NetBSD/sys/arch/mips/alchemy
gdamore 08f478e5ab Fix the RTC so that the AU1550 keeps accurate time. The RTC is taken from
the TOY register, which is presumed to be seconds since Jan. 1 2000.

For now I'm assuming the trim divider is 32K, which makes 1 tick per sec.
This is true for the DBAU1550 board at least.  Other boards might need to
initialize a reasonable trim counter and establish the 32KHz oscillator.

In any case, this code is *no worse* on older systems than what was there
before.
2006-03-09 20:42:18 +00:00
..
dev Fix the RTC so that the AU1550 keeps accurate time. The RTC is taken from 2006-03-09 20:42:18 +00:00
include Fix base-address for PSC devices. 2006-03-01 18:35:28 +00:00
au1000.c Use bus_space instead of direct access. 2006-02-18 23:21:06 +00:00
au1100.c Use bus_space instead of direct access. 2006-02-18 23:21:06 +00:00
au1500.c Use bus_space instead of direct access. 2006-02-18 23:21:06 +00:00
au1550.c Add Au1XXX PSC(Programable Serial Controller) bus-type driver. 2006-02-24 14:34:31 +00:00
au_chipdep.c Forgot to cvs add this file. Doh! 2006-02-06 23:26:11 +00:00
au_cpureg_mem.c port-evbmips/31910 2006-02-04 03:33:16 +00:00
au_himem_space.c Sprinkle wbflush(). Apparently code out there assumes implicit barriers. 2006-02-19 00:16:54 +00:00
au_icu.c Sprinkle wbflush() to ensure register writes are pushed thru the cpu write 2006-02-23 01:50:55 +00:00
au_timer.c Include <sys/systm.h> if we use printf(), instead of relying on some 2005-11-25 13:55:14 +00:00
au_wired_space.c Remove useless extra assignment. 2006-02-16 01:50:19 +00:00
aubus.c Fix up incorrect ICU reporting, add processor specific switch tables for 2006-02-06 23:23:53 +00:00