summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_rtc.c
Commit message (Collapse)AuthorAgeFilesLines
* Tweak the disclaimer section of the license to match COPYRIGHT, forimp2008-11-251-10/+11
| | | | | better or worse. Ok'd by folks that have additional copyrights to the files in cases where there's joint authorship.
* Correct return code (int) for at91_rtc_intr() prototype.piso2007-02-271-1/+1
| | | | Approved by: cognet
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-4/+4
| | | | | | | | | | | | | bus_setup_intr() o add an int return code to all fast handlers o retire INTR_FAST/IH_FAST For more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=465712+0+current/freebsd-current Reviewed by: many Approved by: re@
* Implement the set_time function. Rather pointless with this RTC, as itimp2006-07-141-3/+8
| | | | resets when the core resets, but there may be some use for it...
* Add RTC support. This may be of dubious value since the RTC is resetimp2006-03-241-0/+250
to 1998 every reboot.
OpenPOWER on IntegriCloud