summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/acpitimer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Recalibrate TSC timecounter with HPET and PM timermikeb2017-10-061-1/+5
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* we are past the point where timecounters may disappeartedu2012-08-161-9/+1
* Fix uninitialzied variables and formatting strings (-Wxxx errors)jordan2011-04-221-2/+2
* Fix $OpenBSD$ for once and for allmarco2008-06-111-1/+1
* Check for non-zero address if mapping to the extended addresses.mikeb2007-11-041-2/+3
* Fixed ACPITIMER header revision for ACPI2.0 onlyjordan2007-02-221-2/+2
* KNF while in here.marco2007-02-201-5/+4
* Added acpi_map_address function for mapping GAS/IO registersjordan2007-02-191-37/+12
* KNFmarco2005-12-071-3/+2
* Spacing cleanup.grange2005-07-101-6/+6
* Start on a basic ACPI framework -- does not do much more than read out thetholo2005-06-021-0/+152