summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/clock/todcfg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move clock drivers to bspsSebastian Huber2018-04-201-32/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* libchip: Simplify RTC driverSebastian Huber2016-07-041-2/+0
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-221-1/+1
| | | | * clock/todcfg.c: size_t RTC_Count.
* Don't get duplication rtc_probe() definitions.Eric Norum2004-10-111-1/+1
|
* Add libchip driver for Motorola MC146818A time-of-day clock chip.Eric Norum2004-10-111-0/+36
Modify i386/pc386 BSP to use this driver.