summaryrefslogtreecommitdiffstats
path: root/sys/arch/loongson/dev/mcclock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use <dev/clock_subr.h> in mcclock(4).visa2020-05-251-37/+39
| | | | | | Tested on Yeeloong. Looks good to miod@
* Fix previous to pick the right year as the timebase (mips64 routines expectmiod2010-01-221-3/+3
| | | | the year to be relative to 1900, not zero).
* Pick the correct year when reading clock.miod2010-01-211-3/+3
|
* By popular demand and peer pressure, check-in work in progress work to supportmiod2009-12-251-0/+128
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year.