aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/efidev/efirtc.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* efirtc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* Improve error messages from clock_if.m method failures.Konstantin Belousov2018-09-021-1/+2
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-1/+1
* Add missing MODULE_VERSION() and MODULE_DEPEND().Ian Lepore2018-06-281-0/+2
* Use EFI RTC capabilities info when registering, add bootverbose diagnostics.Ian Lepore2018-03-161-13/+65
* Zero struct efi_tm before setting the needed values. We don't use the dstAndrew Turner2017-11-231-0/+1
* Add a driver for the EFI RTC. This uses the EFI Runtime Services to queryAndrew Turner2017-11-211-0/+151