summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_timer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverse the logic here again with regards to "trusted" ACPI timermsmith2001-08-031-30/+54
* Minor updates (no functional changes)msmith2001-07-301-86/+82
* The ACPI timer register corruption problem is resolved in the PIIX4msmith2001-07-271-4/+6
* Implement a "proper" timecounter hung off the ACPI timer device.msmith2001-07-211-20/+207
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-291-3/+3
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesmsmith2001-01-311-14/+3
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingmsmith2000-12-081-5/+20
* Update to work with the new ACPI CA snapshot.msmith2000-12-011-13/+13
* Initial FreeBSD OSPM (operating system power management) modules formsmith2000-10-281-0/+117
OpenPOWER on IntegriCloud