summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_hpet.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure legacy replacement route is turned off when enbling HPET.jkim2008-11-191-2/+5
* Add a header containing constants for the various HPET registers and theirjhb2008-01-161-23/+19
* Fix a few minor issues based on a bug report and reading over the HPETjhb2008-01-151-3/+45
* Fix the HPET table probe routine to run from device_identify() insteadnjl2007-10-091-5/+8
* Dynamically choose the quality of the ACPI timer depending on whethernjl2007-07-301-1/+1
* The HPET appears to be broken on silby's Acer Pentium M system, nevernjl2007-07-221-4/+18
* Convert magic to a uintptr_t. This should get rid of some warnings onnjl2007-06-151-2/+2
* Fix a logic bug added in last commit where PNP0103 devices would no longernjl2007-05-161-17/+22
* Add ACPI HPET table support.takawata2007-05-151-2/+39
* Re-enable the HPET timer after a resume.njl2007-03-281-0/+13
* Raise the quality of the HPET timer to 2000 so it will be the preferreddes2006-08-111-1/+1
* Clean up many of the debugging messages and move them under bootverbose.njl2006-06-041-64/+74
* Move HPET debugging under ACPI_TIMER in order to save a bitfield.scottl2005-11-011-1/+1
* Add proper debugging infrastructure for acpi_hpet.c.scottl2005-11-011-0/+4
* Add a basic HPET timecounter.phk2005-10-311-0/+190
OpenPOWER on IntegriCloud