..
Osd
Merge ACPICA 20150818.
2015-08-26 17:13:47 +00:00
acpi.c
Prefer sizeof(*pointer) over sizeof(type). No funtional change.
2016-04-20 21:30:56 +00:00
acpi_acad.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
acpi_battery.c
Prevent a division by zero with some broken batteries
2011-11-26 13:43:50 +00:00
acpi_button.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
acpi_cmbat.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
acpi_cpu.c
Queue the CPU-probing task after all acpi_cpu devices are attached.
2016-04-21 18:27:05 +00:00
acpi_dock.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
acpi_ec.c
Silence PVS-Studio warning (V595).
2016-02-23 23:09:45 +00:00
acpi_hpet.c
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
2016-03-18 01:28:41 +00:00
acpi_hpet.h
Always check current HPET counter value after comparator programming to
2011-08-16 21:51:29 +00:00
acpi_if.m
Remove PCI_SET_POWERSTATE method from acpi.c and eradicate all PCI-specific
2010-10-19 19:53:06 +00:00
acpi_isab.c
- There's no need to overwrite the default device method with the default
2011-11-22 21:28:20 +00:00
acpi_lid.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
acpi_package.c
Remove a bogus bzero() call.
2016-02-18 23:32:11 +00:00
acpi_pci.c
Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.
2016-04-15 03:42:12 +00:00
acpi_pci_link.c
- Some BIOSes use an Extended IRQ resource descriptor in _PRS for a link
2013-04-22 15:51:06 +00:00
acpi_pcib.c
Add domain support to PCI bus allocation
2015-09-16 23:34:51 +00:00
acpi_pcib_acpi.c
Remove query flag from acpi_EvaluateOSC(). This function does not support
2016-04-20 21:21:47 +00:00
acpi_pcib_pci.c
Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge
2014-02-12 04:30:37 +00:00
acpi_pcibvar.h
Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). This
2010-08-17 15:44:52 +00:00
acpi_pcivar.h
Associate device_t objects with ACPI handles via PCI_CHILD_ADDED().
2016-04-07 17:15:16 +00:00
acpi_perf.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
acpi_powerres.c
Remove not needed initialisation code.
2014-06-26 10:48:01 +00:00
acpi_quirk.c
Import ACPICA 20090521.
2009-06-05 18:44:36 +00:00
acpi_quirks
Add a quirk for a motherboard whose acpi timer runs too fast.
2005-06-26 18:19:14 +00:00
acpi_resource.c
Convert rman to use rman_res_t instead of u_long
2016-01-27 02:23:54 +00:00
acpi_smbat.c
Remove instances of variables that were set, but never used. gcc 4.9
2014-03-30 23:43:36 +00:00
acpi_smbus.h
Import ACPI smart battery support. Newer systems (Acer, mostly) do not
2005-10-23 00:20:13 +00:00
acpi_thermal.c
acpi_thermal: Warn about insane _TMP temperature only once
2013-08-30 19:21:12 +00:00
acpi_throttle.c
Do not probe Intel PIIX4 south bridge quirks on amd64. These quirky south
2015-05-21 19:31:10 +00:00
acpi_timer.c
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
2016-03-18 01:28:41 +00:00
acpi_video.c
Silence PVS-Studio warning (V595).
2016-02-23 22:55:44 +00:00
acpiio.h
small cleanup of acpi battery status setting and checking
2010-12-17 16:21:30 +00:00
acpivar.h
Remove query flag from acpi_EvaluateOSC(). This function does not support
2016-04-20 21:21:47 +00:00