summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-1/+1
* If the power management timer is unsupported the PmTimerLength value willandrew2015-05-061-1/+2
* xen: add ACPI bus to xen_nexus when running as Dom0royger2014-08-041-1/+4
* Add support for suspend/resume/migration operations when running as agibbs2013-09-201-0/+9
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Refine r231226. Swap timecounters before suspending any device drivers.jkim2012-02-091-10/+17
* Revert r211288 and move the logic to the acpi_timer itself.jkim2012-02-081-0/+48
* - Give all clocks and timers on acpi0 the equal probing order.jkim2012-02-071-1/+1
* Decrease ACPI-fast timecounter quality to 900 and increase HPET timecounterjkim2011-05-231-1/+1
* Do not assume PM timer GAS type is I/O or memory. It may be an unsupportedjkim2011-04-181-8/+33
* Add some tunable descriptions about x86 timers.jkim2011-04-141-1/+1
* Lower the bar for ACPI-fast on real machines slightly. Empirical evidencesjkim2011-04-051-8/+11
* Always check the current minimum value to make the test more predictable.jkim2011-04-041-2/+2
* Lower the bar for ACPI-fast on virtual machines. The current logic dependsjkim2011-04-041-2/+3
* Add inline to acpi_timer_read() to reduce unnecessary jumps and calls.jkim2011-04-041-3/+3
* Import ACPICA 20090521.jkim2009-06-051-1/+3
* Dynamically choose the quality of the ACPI timer depending on whethernjl2007-07-301-1/+3
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-9/+9
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Fix SCM ID's.obrien2005-03-021-2/+4
* Make the bootverbose output from qualitydetermination of the ACPI timerphk2004-11-031-5/+6
* Update a quirk for the ASUS P5A to disable the timer. It appears to work finenjl2004-10-081-1/+2
* Reinsert the bus space handle and tag, they are needed for the timer test.njl2004-07-221-0/+2
* Instead of doing everything in identify, do a proper probe/attach. Also,njl2004-07-221-23/+45
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Disable interrupts while testing the timer. Not doing this unnecessarilynjl2004-04-241-6/+7
* Fix stepping in ddb by not checking for a maximum interval. The ACPI-safenjl2004-04-221-31/+32
* Add comments, including restoring the PIIX4 errata comment, to indicatenjl2004-04-211-45/+76
* Fix several bugs where 32-bit timers and wraparound were not properlynjl2004-04-211-110/+26
* Add MODULE_DEPEND entries so some of these drivers can eventually benjl2004-04-091-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+1
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-031-1/+1
* Style and whitespace changes. Also, make the ivar functions non-inlinenjl2003-08-281-72/+71
* Prefer new location of pci include files (which have only been in theimp2003-08-221-1/+1
* Give timecounters a numeric quality field.phk2003-08-161-5/+6
* o Don't announce that the timer is good when in fact it isn't timingmarcel2003-04-301-22/+43
* struct timecounter is defined in sys/time.h on 4-stable.jhb2002-10-161-0/+4
* Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all thejhb2002-10-091-1/+1
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-1/+1
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-2/+0
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-1/+0
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-1/+1
* Hide the ACPI counter probing printf behind bootverbose.phk2002-03-241-3/+4
* Add a new test_counter() function which tries to determine the width ofphk2002-02-251-17/+46
* Tests by numerous people have shown that many chipsets do not properlydillon2002-02-241-1/+1
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-2/+2
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
* The Intel 440MX ACPI timer seems to work properly, so add it to the listmsmith2001-08-051-5/+12
OpenPOWER on IntegriCloud