summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpihpet.c
AgeCommit message (Expand)Author
2015-10-060xffffffff is 32 bits, not 24 bitsMatthew Dempsky
2015-08-12Check proper HPET period value during attach.Mike Larkin
2015-08-04do not save & restore a capability register, it is RO.Theo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-03-05force cfattach decl to same form as othersTheo de Raadt
2013-12-21save/restore hpet configuration. Perhaps a little more than weTheo de Raadt
2013-12-19be more careful during suspend/resume cycles, as roughly detailed in theTheo de Raadt
2012-08-16we are past the point where timecounters may disappearTed Unangst
2011-01-10Attach acpihpet only once. The matching code is changed because acpi busMike Belopuhov
2010-07-21spacing and indents that are driving me crazyTheo de Raadt
2009-11-23knfTheo de Raadt
2009-11-23Fix pckbd and acpihpet suspend/resume cases to fit with the future frameworkPaul Irofti
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-12Add wake support to acpihpet(4).Paul Irofti
2009-01-20Add workaround for broken ATI southbridges; inspired by how Linux handles this.Mark Kettenis
2008-06-11Fix $OpenBSD$ for once and for allMarco Peereboom
2007-11-18Fix for PR 5642 & 5643. Report and testing Martijn RijkeboerMarco Peereboom
2007-02-20It helps to enable hpet... This fixes bnx not working on amd64.Marco Peereboom
2007-02-20KNF while here.Marco Peereboom
2007-02-19Added acpi_map_address function for mapping GAS/IO registersJordan Hargrave
2006-03-06Rename hpet to acpihpet so that all devices use the same naming convention.Marco Peereboom