summaryrefslogtreecommitdiffstats
path: root/sys/x86/isa/atrtc.c
Commit message (Expand)AuthorAgeFilesLines
* atrtc: export function to set RTCroyger2016-05-021-21/+28
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-1/+1
* Set the initial system time to a sane (as in: not end of 21st century) value ...brueffer2015-06-291-1/+1
* MFcalloutng:mav2013-02-281-7/+4
* Use critical_enter/critical_exit around the time sensitive part ofimp2013-02-211-4/+12
* Fix broken usage of splhigh() by removing it.imp2013-02-211-6/+2
* Small style fixes:jhb2010-12-161-10/+10
* atrtc: remove (pre-)historic check of RTC NVRAM at address 0x0eavg2010-10-161-4/+1
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.mav2010-07-201-2/+2
* Extend timer driver API to report also minimal and maximal supported periodmav2010-07-201-1/+5
* Rise knowledge about curthread->td_intr_frame by one step. Make timermav2010-07-131-5/+2
* Instead of deleting existing IRQ resource, which is not really working formav2010-07-121-1/+4
* Allow attimer to be hinted at ISA if not reported by ISA PNP or ACPI.mav2010-07-011-6/+6
* Rework r209456:mav2010-07-011-1/+2
* Do not trust IRQ reported by ACPI. There are cases when it is wrong.mav2010-06-231-0/+1
* Add "legacy route" support to HPET driver. When enabled, this mode makesmav2010-06-221-15/+16
* Fix i386 LINT build broken by r209371.mav2010-06-211-0/+3
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-201-39/+104
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-251-0/+331
OpenPOWER on IntegriCloud