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