summaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_timer.c
Commit message (Expand)AuthorAgeFilesLines
* 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