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
/
acpi.c
Age
Commit message (
Expand
)
Author
2019-04-04
Avoid potential null-pointer dereference. Found by Kent R. Spillner.
Mark Kettenis
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
2018-10-26
Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSC
Mark Kettenis
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-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-01
Move acpi(4) attach glue into acpi_machdep.c.
Mark Kettenis
2018-07-01
Add support for _DSD Device Properties.
Mark Kettenis
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-05-20
Wake up the acpi thread after scheduling a gpio event.
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-03-27
Add acpicmos(4), a driver that implements SystemCMOS OperationRegion
Mark Kettenis
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
2018-02-08
After flushing disks, try again to release all memory. We don't need to
Theo de Raadt
2018-02-08
Toss all releaseable memory, because fragmentation can get in the way
Theo de Raadt
2018-02-08
sr_quiesce() is a new approach for ensuring that softraid drains
Theo de Raadt
2017-11-29
Add support for GPIO-signaled events.
Mark Kettenis
2017-11-16
Add PCI attachment for dwiic(4) needed by Intel 100 Series machines
Joshua Stein
2017-11-14
Add a few more PNP IDs to the skip lists.
Mark Kettenis
2017-08-17
Make dwiic(4) attach its ACPI parent dependencies.
Stefan Sperling
2017-08-09
Add "PNP0303" (8042 PS/2 Controller) to acpi_isa_hids[]
David Coppa
2017-07-22
acpibat: look for _BIX first before falling back on _BIF
Joshua Stein
2017-07-20
Start a list of isa(4) device names such that we can avoid printing them
Mark Kettenis
2017-04-08
Sensors are run as callbacks inside tasks. During suspend a sensor
Theo de Raadt
2017-04-08
Two prototypes for acpi_maptable; merge to one place
Theo de Raadt
2017-03-27
Now that hibernate_alloc() only has clean success/failure, don't
Theo de Raadt
2017-03-13
allow ramdisks to build; ok jcs
Theo de Raadt
2017-03-12
try to attach acpisbs first and if successful, don't attach acpibat
Joshua Stein
2017-03-02
Add a new sysctl machdep.lidaction. The sysctl works as follows:
Martin Natano
2017-02-28
Untangle abstract sleep modes from ACPI sleep states. This paves the way
Martin Natano
2017-02-22
add acpisbs, an acpi smart battery subsystem driver reading data
Joshua Stein
2017-01-14
Revert aml_rdpciaddr changes; breaks several machines that were working
Mark Kettenis
2017-01-11
Increase the size of the buffers used for _HID and _CID strings to be
Jonathan Gray
2017-01-08
Make aml_rdpciaddr() work for for devices behind bridges. The code now
Mark Kettenis
2016-10-25
Add the resource index to aml_parse_resource() callback function.
Paul Irofti
2016-09-18
If the APIC table (MADT) isn't present then ci_acpi_proc_id won't be set
Philip Guenther
2016-09-03
Write the system time back to the RTC every 30 minutes.
Christian Weisgerber
2016-08-31
Don't put a device in the wake device list if _STA says it's not there.
Mike Larkin
[next]