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
2019-05-13
print a newline for attach. from f holop
Ted Unangst
2019-05-12
Make sure the extended PM register descriptions actually exist before
Mark Kettenis
2019-05-12
Add support for mapping ACPI PM registers using the "extended" gasio
Mark Kettenis
2019-05-11
Fix incorrect error message.
Lawrence Teo
2019-05-09
Measure poll interval with monotonic clock. ok jcs@
cheloha
2019-05-08
free size. the allocation is the header plus the length.
Ted Unangst
2019-04-23
Add support for ccp(4) at acpi(4).
Mark Kettenis
2019-04-13
MSFT0101 must require some special handling, since this breaks
Theo de Raadt
2019-04-04
Make tpm(4) attach to MSFT0101 chips.
Edd Barrett
2019-04-04
Avoid potential null-pointer dereference. Found by Kent R. Spillner.
Mark Kettenis
2019-04-04
The ASUS E200HA reads the register at "address" 0x00 instead of 0x18.
Mark Kettenis
2019-04-02
Don't detach non-removable devices during resume on "sdhc* at acpi?".
Stefan Sperling
2019-03-08
the previous hkey version check was not accurate enough, so try the
Joshua Stein
2019-03-06
explicitly unmask keyboard brightness and screen brightness events
Joshua Stein
2019-03-06
thinkpad_[gs]et_backlight -> thinkpad_[gs]et_kbd_backlight
Joshua Stein
2019-01-20
make this look more like other pwr_action code (small_kernel)
Ted Unangst
2019-01-20
fix SMALL_KERNEL build after changes in rev 1.361
Jonathan Gray
2019-01-19
Add a pwraction sysctl that controls what the power button does on acpi.
Ted Unangst
2019-01-10
Properly implement (as far as we can) Event()/Signal()/Wait() AML operations.
Mark Kettenis
2018-10-26
Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSC
Mark Kettenis
2018-09-19
Delete checks of the CST bit_width ('vendor') field, as new Ryzen machines
Philip Guenther
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
[next]