aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mc146818/mc146818.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use FreeBSD-bit-checking-styleBaptiste Daroussin2014-10-101-3/+3
* Remove clause 3 from Izumi Tsutsui's licenses.Marius Strobl2009-12-251-3/+1
* Style changesMarius Strobl2009-12-251-2/+7
* Export mc146818_def_{read,write}() so the front-end can make useMarius Strobl2007-06-161-4/+2
* After some input from bde@ and rereading the datasheet use a MTX_SPINMarius Strobl2005-06-041-11/+11
* o mc146818(4):Marius Strobl2005-05-191-17/+29
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add a driver back end for MC146818 and compatible clocks based on theMarius Strobl2004-11-171-0/+275