NetBSD/sys/dev/acpi
2020-08-24 05:37:40 +00:00
..
acpica Add support for Arm N1 SDP PCIe host controller. 2020-01-17 17:06:32 +00:00
wmi Revert previous for now: 2020-04-16 23:29:52 +00:00
acpi_acad.c
acpi_apm.c
acpi_bat.c Don't hold up boot: defer acpibat(4) inquiry until threads are running. 2018-08-10 17:11:56 +00:00
acpi_button.c
acpi_cpu_cstate.c Nix trailing whitespace. NFCI. 2020-06-04 03:12:26 +00:00
acpi_cpu_pstate.c
acpi_cpu_tstate.c
acpi_cpu.c Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
acpi_cpu.h
acpi_debug.c Update for proplib API changes. 2020-07-08 13:41:53 +00:00
acpi_display.c Only need to set brightness if reading the initial state fails 2020-06-30 13:14:21 +00:00
acpi_ec.c only install space handler and enable interrupt for EC if ACPI 2020-06-15 15:29:46 +00:00
acpi_ecvar.h
acpi_event.c Factor out common ACPI event code into a shared module. 2018-10-22 22:29:35 +00:00
acpi_event.h Factor out common ACPI event code into a shared module. 2018-10-22 22:29:35 +00:00
acpi_fan.c
acpi_ged.c Add driver for ACPI Generic Event Device 2018-10-22 22:36:19 +00:00
acpi_i2c.c s/ressource/resource/. No functional change. 2020-08-24 05:37:40 +00:00
acpi_i2c.h Implement a ACPI helper to fill the property array expected from our I2C 2017-12-10 16:51:30 +00:00
acpi_intr.h Add acpi_intr_mask() and acpi_intr_unmask() which, following the pre-existing 2019-12-22 15:57:06 +00:00
acpi_lid.c
acpi_mcfg.c Overhaul the interface to pci_configure_bus(): 2020-07-07 03:38:45 +00:00
acpi_mcfg.h Add acpimcfg_conf_valid helper for pcie controllers with nonstandard 2020-02-02 16:31:25 +00:00
acpi_osd.h
acpi_pci_link.c Add support for Arm N1 SDP PCIe host controller. 2020-01-17 17:06:32 +00:00
acpi_pci.c expose acpi_pcidev_pciroot_bus 2020-05-08 14:42:38 +00:00
acpi_pci.h expose acpi_pcidev_pciroot_bus 2020-05-08 14:42:38 +00:00
acpi_pmtr.c
acpi_power.c
acpi_power.h
acpi_quirks.c constify 2020-05-04 20:06:38 +00:00
acpi_resource.c Rely on 32/64-bit overflow to calculate translation offsets. Store this 2019-12-31 17:26:04 +00:00
acpi_slit.c
acpi_slit.h
acpi_srat.c Redo the page allocator to perform better, especially on multi-core and 2019-12-27 12:51:56 +00:00
acpi_srat.h Redo the page allocator to perform better, especially on multi-core and 2019-12-27 12:51:56 +00:00
acpi_timer.c For struct timecounter, use C99 initializers. 2020-05-29 12:30:38 +00:00
acpi_timer.h
acpi_tz.c use cpu_name() on a struct cpu_info *. don't assume it has a ci_dev 2019-04-21 21:52:09 +00:00
acpi_usb.c Add xhci at acpi glue 2018-10-26 23:33:38 +00:00
acpi_usb.h Add xhci at acpi glue 2018-10-26 23:33:38 +00:00
acpi_util.c Free buffers only when allocated. 2019-12-31 09:10:15 +00:00
acpi_util.h Add support for reading _DSD string property values. 2019-12-29 13:45:11 +00:00
acpi_verbose.c Merge conflicts; STA methods and fields are not present anymore. 2018-04-07 15:49:50 +00:00
acpi_wakedev.c
acpi_wakedev.h
acpi_wdrt.c
acpi.c Fix memory leak. Found by kLSan. 2020-06-22 16:14:18 +00:00
acpica.h Allow registering ACPI interrupt handlers with a xname. 2018-03-20 12:14:52 +00:00
acpidevs s/recieve/receive/ 2019-05-28 08:59:33 +00:00
acpidevs_data.h
acpireg.h
acpivar.h Add support for Arm N1 SDP PCIe host controller. 2020-01-17 17:06:32 +00:00
ahcisata_acpi.c Use 64-bit DMA if available 2020-04-15 19:26:51 +00:00
aibs_acpi.c
amdccp_acpi.c Fix boot messages 2018-10-21 11:09:20 +00:00
apple_smc_acpi.c
asus_acpi.c
atppc_acpi.c
attimer_acpi.c
com_acpi.c Fix build for i386. 2019-03-01 09:21:06 +00:00
dalb_acpi.c
devlist2h.awk
dwiic_acpi.c Match APMC0D0F compatible string. 2019-09-23 08:50:52 +00:00
ehci_acpi.c Use acpi_intr_establish 2018-11-16 23:18:00 +00:00
fdc_acpi.c
fdc_acpireg.h
files.acpi Add ACPI glue for Broadcom GENETv5 2020-02-22 02:28:06 +00:00
fujbp_acpi.c
fujhk_acpi.c
genet_acpi.c Improve RGMII TX / RX delay handling, from OpenBSD. 2020-05-25 19:49:28 +00:00
hpacel_acpi.c
hpet_acpi.c
hpqlb_acpi.c
ipmi_acpi.c don't print resources twice. It is automagically done in acpi_res_parse_fini. 2019-01-30 20:20:36 +00:00
joy_acpi.c
lpt_acpi.c use isa_intr_establish_xname() so this passes the device name 2018-06-24 12:25:33 +00:00
Makefile.acpidevs
mpu_acpi.c
pckbc_acpi.c Appease GCC maybe-uninitialized for optimization level -Os on amd64. 2019-08-11 06:46:35 +00:00
pcppi_acpi.c
plgpio_acpi.c Use acpi_intr_establish 2018-11-23 14:08:40 +00:00
qemufwcfg_acpi.c Add driver for QEMU Firmware Configuration device. 2017-11-25 16:31:03 +00:00
sdhc_acpi.c fix build 2020-02-01 20:11:24 +00:00
smbus_acpi.c Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
sony_acpi.c
spic_acpi.c
thinkpad_acpi.c With the recent change of the EC address space handler, we no longer get 2020-05-17 11:32:51 +00:00
TODO
tpm_acpi.c Provide a better abstraction for the TPM interface. Report it in the ioctl. 2019-10-09 14:03:57 +00:00
ug_acpi.c
vald_acpi.c
valz_acpi.c Do not emit a meaningless message when lid open/close from valz(4) 2017-11-09 23:51:54 +00:00
virtio_acpi.c Use acpi_intr_establish 2018-11-16 23:18:00 +00:00
vmbus_acpi.c Added drivers for Hyper-V Synthetic Keyboard and Video device. 2019-05-24 14:28:48 +00:00
wb_acpi.c
wss_acpi.c constify 2020-05-04 20:06:38 +00:00
xhci_acpi.c Match HID 808622B7 (DesignWare USB3) 2020-01-31 23:12:13 +00:00
ym_acpi.c Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00