aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/isa/atrtc.c
Commit message (Expand)AuthorAgeFilesLines
* atrtc(4): Fix a typo in a sysctl descriptionGordon Bergling2024-04-121-1/+1
* atrtc: Add a required includeMark Johnston2023-12-281-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* atrtc: expose power loss as sysctlCorvin Köhne2023-02-021-0/+6
* x86: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-4/+2
* atrtc: Install address space handler for \_SB and its descendant.Takanori Watanabe2022-01-211-1/+4
* atrtc: reads Century field from FADT tableAustin Zhang2022-01-131-6/+31
* x86: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Fix amd64/i386 LINT build after r344982Vladimir Kondratyev2019-03-111-0/+5
* atrtc(4): install ACPI RTC/CMOS operation region handlerVladimir Kondratyev2019-03-101-7/+212
* Provide a helper function acpi_get_fadt_bootflags() to fetch the FADTKonstantin Belousov2018-06-251-23/+3
* at_rtc: check in ACPI FADT boot flags if the RTC is presentRoger Pau Monné2018-03-131-1/+42
* Give the atrtc_time_lock a unique name.Ian Lepore2018-03-121-1/+1
* Revert r330780, it was improperly tested and results in taking a spinIan Lepore2018-03-111-6/+11
* Remove MTX_NOPROFILE from atrtc_lock, it was inappropriately copy/pastedIan Lepore2018-03-111-1/+1
* Eliminate atrtc_time_lock, and use atrtc_lock for efirtc locking.Ian Lepore2018-03-111-11/+6
* Everywhere that multiple registers are accessed in sequence, lock/unlockIan Lepore2018-03-111-11/+19
* Use separate mutexes for atrtc and i8254 locking. Change all the strangeIan Lepore2018-03-111-12/+12
* Convert atrtc the new style rtc debugging output. Remove the db showIan Lepore2018-03-111-13/+2
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-291-0/+1
* Remove redundant critical_enter/exit() calls. The block of code delimitedIan Lepore2018-01-161-2/+0
* Move some code around and rename a couple variables; no functional changes.Ian Lepore2018-01-161-45/+41
* Add static inline rtcin_locked() and rtcout_locked() functions for doing aIan Lepore2018-01-161-29/+48
* Convert the x86 RTC driver to use new validated BCD<->timespec conversions.Ian Lepore2018-01-151-37/+22
* sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Stop calling atrtc_set() from the xen timer clock_settime() method. ThatIan Lepore2017-08-111-1/+1
* Protect access to the AT realtime clock with its own mutex.Ian Lepore2017-07-121-0/+14
* Validate values read from the RTC before trying BCD decodingEric van Gyzen2017-03-091-1/+6
* atrtc: export function to set RTCRoger Pau Monné2016-05-021-21/+28
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Set the initial system time to a sane (as in: not end of 21st century) value ...Christian Brueffer2015-06-291-1/+1
* MFcalloutng:Alexander Motin2013-02-281-7/+4
* Use critical_enter/critical_exit around the time sensitive part ofWarner Losh2013-02-211-4/+12
* Fix broken usage of splhigh() by removing it.Warner Losh2013-02-211-6/+2
* Small style fixes:John Baldwin2010-12-161-10/+10
* atrtc: remove (pre-)historic check of RTC NVRAM at address 0x0eAndriy Gapon2010-10-161-4/+1
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.Alexander Motin2010-07-201-2/+2
* Extend timer driver API to report also minimal and maximal supported periodAlexander Motin2010-07-201-1/+5
* Rise knowledge about curthread->td_intr_frame by one step. Make timerAlexander Motin2010-07-131-5/+2
* Instead of deleting existing IRQ resource, which is not really working forAlexander Motin2010-07-121-1/+4
* Allow attimer to be hinted at ISA if not reported by ISA PNP or ACPI.Alexander Motin2010-07-011-6/+6
* Rework r209456:Alexander Motin2010-07-011-1/+2
* Do not trust IRQ reported by ACPI. There are cases when it is wrong.Alexander Motin2010-06-231-0/+1
* Add "legacy route" support to HPET driver. When enabled, this mode makesAlexander Motin2010-06-221-15/+16
* Fix i386 LINT build broken by r209371.Alexander Motin2010-06-211-0/+3
* Implement new event timers infrastructure. It provides unified APIs forAlexander Motin2010-06-201-39/+104
* Introduce the new kernel sub-tree x86 which should contain all the codeAttilio Rao2010-02-251-0/+331