summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2019-05-24Added drivers for Hyper-V Synthetic Keyboard and Video device.nonaka
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-04-21use cpu_name() on a struct cpu_info *. don't assume it has a ci_devmrg
2019-03-01- Almost all ppbreg.h's definitions are also in pcireg.h. Remove duplicatedmsaitoh
2019-03-01Fix build for i386.mlelstv
2019-02-26Cast to same type as parameter. NFCI.mlelstv
2019-02-16Fix cut & paste error in commenttron
2019-02-15Avoid UB in OsdHardware.ckamil
2019-02-15Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD.nonaka
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-30don't print resources twice. It is automagically done in acpi_res_parse_fini.christos
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-05add normal debug levelchristos
2018-12-26Fix 32bit build.mlelstv
2018-12-25Make ipmi driver available to other platforms.mlelstv
2018-12-24- fix compilation on 32 bit systems.christos
2018-12-21Support Designware APB UARTjmcneill
2018-12-21Add acpi_dsd_integer, which reads an integer value from an ACPI 5.0 _DSDjmcneill
2018-12-20An ACPI MCFG allocation with start bus number = end bus number is valid,jmcneill
2018-12-09make compile on 64-bit archs after acpi_mem ar_length was changedjdolecek
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-12-08acpimcfg_configure_bus_cb can support 16-bit addresses nowjmcneill
2018-12-03Define macro before using it. This macro is used as a compile timecherry
2018-11-23Use acpi_intr_establishjmcneill
2018-11-17Attempt to appease gcc and unbreak i386 build. Should be NFC.kre
2018-11-16Use acpi_intr_establishjmcneill
2018-11-16Use acpi_md_intr_establish/disestablish to handle device IRQs. The existingjmcneill
2018-11-02Do not ignore non-zero segment numbers in MCFG if __HAVE_PCI_GET_SEGMENTjmcneill
2018-11-02Add support for multiple PCI segments.jmcneill
2018-10-26Add xhci at acpi gluejmcneill
2018-10-26Add ehci at acpi gluejmcneill
2018-10-25Add support for 64-bit memory resources.jmcneill
2018-10-23Do not complain if the _AEI method is not found, just skip installing thejmcneill
2018-10-22Add driver for ACPI Generic Event Devicejmcneill
2018-10-22Factor out common ACPI event code into a shared module.jmcneill
2018-10-21Add support for GPIO interrupt signaled ACPI events.jmcneill
2018-10-21Add ACPI PCI link devices to ignored ids on arm64jmcneill
2018-10-21Add ACPI attach glue for virtio_mmio.jmcneill
2018-10-21Fix boot messagesjmcneill
2018-10-21Add a function to report whether the operating system may ignore the bootjmcneill
2018-10-19Add amdccp(4) driver for AMD Cryptographic Coprocessor, as found on thejakllsch
2018-10-19Fix table offset when walking MCFG allocation subtablesjmcneill
2018-10-17Allow access to PCI configuration space for devices without extendedjmcneill
2018-10-17Add ACPI glue for DesignWare I2C controller.jmcneill
2018-10-16Ignore SCI and don't try to setup ACPI fixed hardware interfaces in HW-reduce...jmcneill
2018-10-16Rename options ACPI_REDUCED_HARDWARE to ACPI_REDUCED_HW. The former isjmcneill
2018-10-16Add ACPI_REDUCED_HARDWARE defflag (used by ACPICA) and fix acpi build with th...jmcneill
2018-10-15Add ACPI glue for PL061 GPIOjmcneill
2018-10-15revert previous, arm doesn't have intr_establish_xname()jdolecek
2018-10-15Fix signature for acpimcfg_configure_bus in non-PCI_NETBSD_CONFIGURE casejmcneill