| Commit message (Expand) | Author | Age | Files | Lines |
* | Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller. |  kettenis | 2020-12-06 | 1 | -1/+6 |
* | Add ACPI support to imxiic(4). |  patrick | 2020-11-17 | 1 | -1/+5 |
* | Add acpige(4), a driver for ACPI generic event devices. This is a rather |  patrick | 2020-11-15 | 1 | -1/+6 |
* | Add pchgpio(4), a driver for the GPIO controllers found on modern Intel |  kettenis | 2020-11-15 | 1 | -1/+6 |
* | Adding IOMMU support for AMD Vi and Intel VTD (disabled) |  jordan | 2020-10-27 | 1 | -1/+6 |
* | abl(4) is a new driver to control the backlight brightness on Intel based |  mglocker | 2020-09-15 | 1 | -1/+6 |
* | Make asmc(4) attach through acpi(4) instead of isa(4). |  mglocker | 2020-09-12 | 1 | -1/+6 |
* | add acpihid(4) for ACPI HID event and 5-button array devices |  jcs | 2020-06-02 | 1 | -1/+6 |
* | Add bse(4), a driver for the Broadcom GENET v5 network interface found on |  kettenis | 2020-04-14 | 1 | -1/+5 |
* | Add amdgpio(4), a driver for the GPIO controller found on newer AMD |  kettenis | 2019-12-23 | 1 | -1/+6 |
* | Add glkgpio(4), a driver for the GPIO controllers found on Intel's Gemini |  kettenis | 2019-06-24 | 1 | -1/+6 |
* | Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollo |  patrick | 2019-06-17 | 1 | -1/+6 |
* | Add support for ccp(4) at acpi(4). |  kettenis | 2019-04-23 | 1 | -1/+5 |
* | Allow pluart(4) to attach to acpi(4). |  kettenis | 2018-07-02 | 1 | -1/+5 |
* | Allow xhci(4) to attach to acpi(4). |  kettenis | 2018-07-02 | 1 | -1/+5 |
* | Allow ahci(4) to attach to acpi(4). |  kettenis | 2018-07-01 | 1 | -1/+5 |
* | Move acpi(4) attach glue into acpi_machdep.c. |  kettenis | 2018-07-01 | 1 | -2/+1 |
* | Allow com(4) to attach to acpi(4). For now we will only use this on arm64 |  kettenis | 2018-07-01 | 1 | -1/+5 |
* | Typo in comment in previous file which I said I'd address in the original |  mlarkin | 2018-06-30 | 1 | -2/+2 |
* | acpisurface(4): driver for Surface Pro 4 and Surface Book hardware |  mlarkin | 2018-06-30 | 1 | -1/+6 |
* | Add ccpmic(4), a driver for the "Intel" Crystal Cove PMIC. This is actually |  kettenis | 2018-05-21 | 1 | -1/+6 |
* | Add tipmic(4), a driver for the "Intel" Dollar Cove TI PMIC. This is actually |  kettenis | 2018-05-20 | 1 | -1/+6 |
* | Add acpicmos(4), a driver that implements SystemCMOS OperationRegion |  kettenis | 2018-03-27 | 1 | -1/+6 |
* | On newer machines IPMI attaches only using the ACPI tables instead of |  patrick | 2018-03-14 | 1 | -1/+5 |
* | Add PCI attachment for dwiic(4) needed by Intel 100 Series machines |  jcs | 2017-11-16 | 1 | -4/+3 |
* | add acpisbs, an acpi smart battery subsystem driver reading data |  jcs | 2017-02-22 | 1 | -1/+6 |
* | Hyper-V hosts make 64 bytes of entropy available to guests in the form |  jsg | 2017-01-10 | 1 | -1/+6 |
* | add a minimal TPM 1.2 driver just to issue a "save state" command |  jcs | 2016-08-03 | 1 | -1/+6 |
* | add acpials(4), an acpi driver for ambient light sensors |  jcs | 2016-07-30 | 1 | -1/+6 |
* | add a simple keyboard backlight driver for some chromebooks, |  jcs | 2016-07-01 | 1 | -1/+6 |
* | Add chvgpio(4), a driver for the GPIO controllers found on Intel's Cherry View |  kettenis | 2016-05-07 | 1 | -1/+6 |
* | Add bytgpio(4) a driver for the gpio controllers found on Intel's Bay Trail |  kettenis | 2016-03-28 | 1 | -1/+6 |
* | Add dwiic, a driver for the Synopsys DesignWare i2c controller found |  jcs | 2016-01-12 | 1 | -1/+6 |
* | Only include sdhc_acpi.c if shdc* at acpi? is included in the kernel config. |  kettenis | 2016-01-11 | 1 | -2/+2 |
* | Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD host |  kettenis | 2016-01-11 | 1 | -1/+5 |
* | Add support for Power Resources for Dx states and the necessary hook |  mpi | 2013-11-06 | 1 | -2/+2 |
* | Import acpitoshiba driver. |  pirofti | 2011-06-16 | 1 | -1/+6 |
* | Add support for Memory Mapped Configuration space access. This gives us |  kettenis | 2011-01-04 | 1 | -1/+6 |
* | Add support for Sony ACPI hotkeys via a new driver: acpisony(4). |  pirofti | 2010-07-26 | 1 | -1/+6 |
* | New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitoring, |  cnst | 2009-07-23 | 1 | -1/+6 |
* | Import acpi power resource driver. This is needed for suspend/resume logic. |  pirofti | 2009-06-03 | 1 | -1/+6 |
* | Add acpivideo support. This adds brightness support for all laptops |  pirofti | 2009-06-03 | 1 | -1/+7 |
* | add acpivideo. for now almost an empty skel so others can work on |  fgsch | 2008-07-02 | 1 | -1/+6 |
* | Thinkpad -> ThinkPad |  sobrado | 2008-06-24 | 1 | -2/+2 |
* | add acpithinkpad(4), an acpi support driver for ibm/lenovo |  jcs | 2008-04-27 | 1 | -1/+6 |
* | Introduce acpiasus(4), a driver for the ACPI based hotkeys found in many |  jsing | 2008-04-24 | 1 | -1/+5 |
* | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) |  deraadt | 2007-12-05 | 1 | -2/+2 |
* | Make powernow-k8 on amd64 and i386 use the _PSS object from acpi to |  gwk | 2007-05-31 | 1 | -2/+2 |
* | Tell config about acpidock. |  mk | 2007-01-22 | 1 | -1/+7 |
* | dd pseudo-devices to handle acpi apic interrupt routing. |  kettenis | 2006-11-15 | 1 | -1/+11 |