index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
Age
Commit message (
Expand
)
Author
2018-08-30
Move softbutton check before the check that skips attaching certain acpi
Mark Kettenis
2018-08-25
Match ACPI devices based on _CID if no match for _HID is found.
Mark Kettenis
2018-08-19
Add support for multiple PCI segments. Only really implemented for arm64
Mark Kettenis
2018-08-11
Match "ARMH0011".
Mark Kettenis
2018-08-03
Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). Avoids
Mark Kettenis
2018-07-10
Make legacy interrupts work in acpipci(4).
Mark Kettenis
2018-07-05
Add acpipci(4), a driver that supports generic ECAM-compatible PCI host
Mark Kettenis
2018-07-04
Properly pass around the PCI "chipset tag" in acpi(4) and refactor
Mark Kettenis
2018-07-02
Allow pluart(4) to attach to acpi(4).
Mark Kettenis
2018-07-02
Allow xhci(4) to attach to acpi(4).
Mark Kettenis
2018-07-01
acpi: clean up some inconsistent style in the hid matching arrays
Mike Larkin
2018-07-01
Allow ahci(4) to attach to acpi(4).
Mark Kettenis
2018-07-01
Move acpi(4) attach glue into acpi_machdep.c.
Mark Kettenis
2018-07-01
Remove semicolon before printing the AML name.
Mark Kettenis
2018-07-01
Allow com(4) to attach to acpi(4). For now we will only use this on arm64
Mark Kettenis
2018-07-01
Add support for _DSD Device Properties.
Mark Kettenis
2018-07-01
Add definitions for SPCR tables.
Mark Kettenis
2018-06-30
Typo in comment in previous file which I said I'd address in the original
Mike Larkin
2018-06-30
acpisurface(4): driver for Surface Pro 4 and Surface Book hardware
Mike Larkin
2018-06-30
Add intr_enable() function, intended for MI use to amd64 and i386 and use
Mark Kettenis
2018-06-29
Use <stdint.h> types.
Mark Kettenis
2018-06-29
ACPI: Allow (with warning) GPE handler reassignment, instead of returning
Mike Larkin
2018-06-26
knf
Mike Larkin
2018-06-26
Let acpi(4) pass down the bus dma tag.
Mark Kettenis
2018-06-25
Reorganize acpi(4) code a bit in preparation for upcoming arm64 support.
Mark Kettenis
2018-06-24
If ACPI tables are present, set a global variable to point at their
Mark Kettenis
2018-06-12
Don't panic on I/O to unregistered regionspaces. Needed to unbreak the GPD
Mike Larkin
2018-05-23
Print a message if AML attempts to access a part of the Operation Region
Mark Kettenis
2018-05-22
Call acpi_attach_deps() for the child devices before attempting to power
Mark Kettenis
2018-05-22
acpithinkpad(4): add port replicator indicator sensor
Mike Larkin
2018-05-21
Implement GPIO functionality.
Mark Kettenis
2018-05-21
Add ccpmic(4), a driver for the "Intel" Crystal Cove PMIC. This is actually
Mark Kettenis
2018-05-21
Implement power management Operation Region support.
Mark Kettenis
2018-05-21
Put controllers and child devices in D0 by calling _PS0 when we attach the
Mark Kettenis
2018-05-21
Pass interrupt description along as well.
Mark Kettenis
2018-05-20
Add tipmic(4), a driver for the "Intel" Dollar Cove TI PMIC. This is actually
Mark Kettenis
2018-05-20
Pass the acpi node corresponding to the i2c device down as the cookie.
Mark Kettenis
2018-05-20
Wake up the acpi thread after scheduling a gpio event.
Mark Kettenis
2018-05-19
Fix GenericSerialBus support by parsing ExtendedAccessField correctly.
Mark Kettenis
2018-05-18
This needs some #ifndef SMALL_KERNEL as well. Fixes RAMDISK_CD.
Mark Kettenis
2018-05-17
Sprinkle some #ifndef SMALL_KERNEL such that RAMDISK kernels cuild again.
Mark Kettenis
2018-05-17
Implement GenericSerialBus OpRegion support.
Mark Kettenis
2018-05-17
Implement LoadTable().
Mark Kettenis
2018-04-30
Use acpi_register_gpio() to register gpio space like we do for chvgpio(4).
Mark Kettenis
2018-04-28
replace add_*_randomness with enqueue_randomness()
Jasper Lievisse Adriaanse
2018-04-05
typo in printf - was _PRO, should be _PR0
Mike Larkin
2018-03-27
Add acpicmos(4), a driver that implements SystemCMOS OperationRegion
Mark Kettenis
2018-03-14
On newer machines IPMI attaches only using the ACPI tables instead of
Patrick Wildt
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-10
Syncronize filesystems to disk when suspending. Each mountpoint's vnodes
Theo de Raadt
[next]