freebsd-dev/sys/dev/acpica
Marcel Moolenaar 214475d865 o Don't announce that the timer is good when in fact it isn't timing
at all (ie reads yield constant values). Display the width as the
   difference between max and min so that constant timers have width
   zero.
o  Get the address of the timer from the XPmTmrBlk field instead of
   the V1_PmTmrBlk field. The former is a generic address and can
   specify a memory mapped I/O address. Remove <machine/bus_pio.h>
   to account for this. The timer is now properly configured on
   machines with ACPI v2 tables, whether PIO or MEMIO. Note that
   the acpica code converts v1 tables into v2 tables so the address
   is always present in XPmTmrBlk.
o  Replace the TIMER_READ macro with a call to the read_counter()
   function and add a barrier to make sure that we observe proper
   ordering of the reads.
2003-04-30 05:27:01 +00:00
..
Osd Support functions for the new ACPI import. 2003-04-29 18:50:34 +00:00
acpi_acad.c Allow non-privilaged user to retrive battery or AC line information. 2003-02-15 01:46:22 +00:00
acpi_battery.c Allow non-privilaged user to retrive battery or AC line information. 2003-02-15 01:46:22 +00:00
acpi_button.c Add device(power/sleep button and lid) wake function from sleeping state. 2002-07-22 12:52:54 +00:00
acpi_cmbat.c Allow non-privilaged user to retrive battery or AC line information. 2003-02-15 01:46:22 +00:00
acpi_cpu.c More useful announce message containing current speed of CPU 2003-01-23 22:18:14 +00:00
acpi_ec.c Resolve conflicts arising from the ACPI CA 20021118 import. 2002-11-27 18:09:20 +00:00
acpi_lid.c Catch up to changes in acpivar.h to add support for using ACPI on 2002-10-16 17:28:53 +00:00
acpi_pci_link.c Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
acpi_pci.c Move the pnp and location info into the common pci bus. Make all known 2003-02-17 21:20:35 +00:00
acpi_pcib_acpi.c - Assume a bus number of zero if evaluating _BBN fails, not if it succeeds. 2002-11-25 21:55:04 +00:00
acpi_pcib_pci.c Make sure that ACPI PCI driver probe routine call pci_cfgregopen() 2002-10-05 02:16:49 +00:00
acpi_pcib.c Add a missing newline to the end of a device_printf(). 2002-10-29 19:08:55 +00:00
acpi_pcibvar.h Add code for ACPI PCI link object manipulation. 2002-10-05 02:01:05 +00:00
acpi_powerres.c Catch up to changes in acpivar.h to add support for using ACPI on 2002-10-16 17:28:53 +00:00
acpi_resource.c Fix a De Morgan bug: If we only expect a memory range OR an 2002-12-23 03:48:59 +00:00
acpi_thermal.c Catch up to changes in acpivar.h to add support for using ACPI on 2002-10-16 17:28:53 +00:00
acpi_timer.c o Don't announce that the timer is good when in fact it isn't timing 2003-04-30 05:27:01 +00:00
acpi.c Add new sysctl MIB (hw.acpi.supported_sleep_state) to indicate 2003-04-11 16:53:56 +00:00
acpica_support.c Resolve conflicts arising from the ACPI CA 20020611 import. 2002-07-09 17:54:02 +00:00
acpica_support.h Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support. 2001-11-06 15:00:30 +00:00
acpiio.h Fix wrong member variable ordering of struct acpi_bif. 2002-08-09 07:08:53 +00:00
acpivar.h Support functions for the new ACPI import. 2003-04-29 18:50:34 +00:00