summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_hpet.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 273598 273602 273607 273613 273647:rpaulo2014-11-031-6/+75
* MFC r258164:mav2014-01-051-5/+11
* Add "else" missed at r248154.mav2013-03-111-1/+1
* Reduce HPET eventtimer priority on systems with 8 or more cores. Price ofmav2013-03-111-1/+2
* MFcalloutng:mav2013-02-281-17/+9
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* At least from A70M FCH chipsets AMD started to use their real vendor IDmav2012-09-091-1/+2
* ServerWorks HT1000 HPET reported to have problems with IRQs >= 16.mav2012-03-101-0/+8
* - Give all clocks and timers on acpi0 the equal probing order.jkim2012-02-071-1/+1
* Always check current HPET counter value after comparator programming tomav2011-08-161-8/+6
* Decrease ACPI-fast timecounter quality to 900 and increase HPET timecounterjkim2011-05-231-1/+1
* Small style fixes:jhb2010-12-161-14/+12
* Use proper resource ID's for HPET IRQ resources. This mostly consists ofjhb2010-12-071-1/+19
* Various small typos and grammar nits in comments.jhb2010-11-181-2/+2
* Do not use regular interrupts on NVidia HPETs. NVidia MCP5x chipsets havemav2010-09-301-0/+7
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-3/+3
* Add tunable 'hint.hpet.X.per_cpu' to specify how much per-CPU timers drivermav2010-09-131-1/+7
* Instead of storing last event timestamp, store the next event timestamp.mav2010-09-121-19/+28
* During SMP startup there is time window, when SMP started, but interruptsmav2010-09-081-1/+26
* Several improvements to HPET driver:mav2010-09-051-22/+55
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.mav2010-07-201-3/+3
* Extend timer driver API to report also minimal and maximal supported periodmav2010-07-201-5/+11
* Rise knowledge about curthread->td_intr_frame by one step. Make timermav2010-07-131-4/+2
* Add "legacy route" support to HPET driver. When enabled, this mode makesmav2010-06-221-38/+74
* Do not set level-triggered interrupt mode if we are not going to use it.mav2010-06-221-0/+1
* Fix ia64 build broken by r209371.mav2010-06-211-1/+1
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-201-75/+444
* Oops, HPET ID optionally stored in _UID, not in _ADR.mav2010-05-231-4/+4
* Make table-based HPET identification more clever. Before creating fakemav2010-05-231-30/+49
* acpi_hpet: correctly get number of timers/comparators in a timer blockavg2010-01-271-3/+18
* acpi: remove 'magic' ivaravg2009-11-071-5/+1
* Import ACPICA 20090521.jkim2009-06-051-1/+3
* 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