.. |
Osd
|
Remove duplicate SYSCTL_DECL(_debug_acpi) which was breaking tinderbox
|
2014-04-24 14:58:12 +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
|
|
|
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
|
Add a basic set of data points which count the number of sleep entries
|
2014-04-08 02:36:27 +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
|
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_hpet.c
|
Handle case when ACPI reports HPET device, but does not provide memory
|
2013-11-15 11:32:19 +00:00 |
acpi_hpet.h
|
|
|
acpi_if.m
|
|
|
acpi_isab.c
|
|
|
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
|
|
|
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_pci.c
|
Import the driver for VT-d DMAR hardware, as specified in the revision
|
2013-10-28 13:33:29 +00:00 |
acpi_pcib_acpi.c
|
Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge
|
2014-02-12 04:30:37 +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_pcib.c
|
Don't perform the acpi_DeviceIsPresent() check for PCI-PCI bridges. If
|
2013-07-03 17:26:05 +00:00 |
acpi_pcibvar.h
|
|
|
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
|
Fix a typo in a comment.
|
2013-03-17 07:28:17 +00:00 |
acpi_quirk.c
|
|
|
acpi_quirks
|
|
|
acpi_resource.c
|
Turns out name was used here when ACPI_DEBUG was defined, so refine my
|
2014-03-31 19:37:39 +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
|
|
|
acpi_thermal.c
|
acpi_thermal: Warn about insane _TMP temperature only once
|
2013-08-30 19:21:12 +00:00 |
acpi_throttle.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_timer.c
|
Add support for suspend/resume/migration operations when running as a
|
2013-09-20 05:06:03 +00:00 |
acpi_video.c
|
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
|
2013-11-30 22:17:27 +00:00 |
acpi.c
|
Remove instances of variables that were set, but never used. gcc 4.9
|
2014-03-30 23:43:36 +00:00 |
acpiio.h
|
|
|
acpivar.h
|
Increase ACPI_MAX_TASKS to be 4 x the number of CPU's as 2 x was still
|
2014-04-24 12:38:07 +00:00 |