summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/acpihpet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for timeconting in userland.pirofti2020-07-061-2/+4
* Use <stdint.h> types.kettenis2018-06-291-17/+17
* Recalibrate TSC timecounter with HPET and PM timermikeb2017-10-061-1/+5
* 0xffffffff is 32 bits, not 24 bitsmatthew2015-10-061-2/+2
* Check proper HPET period value during attach.mlarkin2015-08-121-3/+5
* do not save & restore a capability register, it is RO.deraadt2015-08-041-6/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* force cfattach decl to same form as othersderaadt2014-03-051-6/+3
* save/restore hpet configuration. Perhaps a little more than wederaadt2013-12-211-1/+98
* be more careful during suspend/resume cycles, as roughly detailed in thederaadt2013-12-191-5/+13
* we are past the point where timecounters may disappeartedu2012-08-161-9/+1
* Attach acpihpet only once. The matching code is changed because acpi busmikeb2011-01-101-3/+6
* spacing and indents that are driving me crazyderaadt2010-07-211-7/+7
* knfderaadt2009-11-231-2/+2
* Fix pckbd and acpihpet suspend/resume cases to fit with the future frameworkpirofti2009-11-231-7/+4
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Add wake support to acpihpet(4).pirofti2009-08-121-2/+25
* Add workaround for broken ATI southbridges; inspired by how Linux handles this.kettenis2009-01-201-1/+22
* Fix $OpenBSD$ for once and for allmarco2008-06-111-1/+1
* Fix for PR 5642 & 5643. Report and testing Martijn Rijkeboermarco2007-11-181-2/+22
* It helps to enable hpet... This fixes bnx not working on amd64.marco2007-02-201-1/+2
* KNF while here.marco2007-02-201-3/+3
* Added acpi_map_address function for mapping GAS/IO registersjordan2007-02-191-29/+6
* Rename hpet to acpihpet so that all devices use the same naming convention.marco2006-03-061-0/+144