Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -0/+1 |
| | | | | Notes: svn path=/head/; revision=139804 | ||||
* | Add a generic implementation of inittodr() and resettodr(), as well as | Thomas Moestl | 2002-04-04 | 1 | -0/+44 |
a set of helper routines to deal with real-time clocks. The generic functions access the clock diver using a kobj interface. This is intended to reduce code reduplication and make it easy to support more than one clock model on a single architecture. This code is currently only used on sparc64, but it is planned to convert the code of the other architectures to it later. Notes: svn path=/head/; revision=93835 |