aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_timer.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Dynamically choose the quality of the ACPI timer depending on whetherNate Lawson2007-07-301-1/+3
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-9/+9
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Fix SCM ID's.David E. O'Brien2005-03-021-2/+4
* Make the bootverbose output from qualitydetermination of the ACPI timerPoul-Henning Kamp2004-11-031-5/+6
* Update a quirk for the ASUS P5A to disable the timer. It appears to work fineNate Lawson2004-10-081-1/+2
* Reinsert the bus space handle and tag, they are needed for the timer test.Nate Lawson2004-07-221-0/+2
* Instead of doing everything in identify, do a proper probe/attach. Also,Nate Lawson2004-07-221-23/+45
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Disable interrupts while testing the timer. Not doing this unnecessarilyNate Lawson2004-04-241-6/+7
* Fix stepping in ddb by not checking for a maximum interval. The ACPI-safeNate Lawson2004-04-221-31/+32
* Add comments, including restoring the PIIX4 errata comment, to indicateNate Lawson2004-04-211-45/+76
* Fix several bugs where 32-bit timers and wraparound were not properlyNate Lawson2004-04-211-110/+26
* Add MODULE_DEPEND entries so some of these drivers can eventually beNate Lawson2004-04-091-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-1/+1
* Add support for quirks for acpi tables. Key off OEM vendor and revision.Nate Lawson2004-03-031-1/+1
* Style and whitespace changes. Also, make the ivar functions non-inlineNate Lawson2003-08-281-72/+71
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* Give timecounters a numeric quality field.Poul-Henning Kamp2003-08-161-5/+6
* o Don't announce that the timer is good when in fact it isn't timingMarcel Moolenaar2003-04-301-22/+43
* struct timecounter is defined in sys/time.h on 4-stable.John Baldwin2002-10-161-0/+4
* Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all theJohn Baldwin2002-10-091-1/+1
* Brutally deal with __func__ being 'const char *' on gcc-3.1.Peter Wemm2002-05-191-1/+1
* Don't export timecounter structures under debug. with sysctl, theyPoul-Henning Kamp2002-04-301-2/+0
* Remove the tc_update() function. Any frequency change to thePoul-Henning Kamp2002-04-261-1/+0
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-171-1/+1
* Hide the ACPI counter probing printf behind bootverbose.Poul-Henning Kamp2002-03-241-3/+4
* Add a new test_counter() function which tries to determine the width ofPoul-Henning Kamp2002-02-251-17/+46
* Tests by numerous people have shown that many chipsets do not properlyMatthew Dillon2002-02-241-1/+1
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-231-2/+2
* Staticise devclasses and some unnecessarily global variables.Mike Smith2002-01-081-1/+1
* The Intel 440MX ACPI timer seems to work properly, so add it to the listMike Smith2001-08-051-5/+12
* Reverse the logic here again with regards to "trusted" ACPI timerMike Smith2001-08-031-30/+54
* Minor updates (no functional changes)Mike Smith2001-07-301-86/+82
* The ACPI timer register corruption problem is resolved in the PIIX4Mike Smith2001-07-271-4/+6
* Implement a "proper" timecounter hung off the ACPI timer device.Mike Smith2001-07-211-20/+207
* - Updates for new constant naming in the ACPI CA 20010518 update.Mike Smith2001-05-291-3/+3
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesMike Smith2001-01-311-14/+3
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingMike Smith2000-12-081-5/+20
* Update to work with the new ACPI CA snapshot.Mike Smith2000-12-011-13/+13
* Initial FreeBSD OSPM (operating system power management) modules forMike Smith2000-10-281-0/+117