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
/
acpiprt.c
Age
Commit message (
Expand
)
Author
2022-04-06
constify struct cfattach
Christian Weisgerber
2021-03-10
Our ACPI namerefs are pointers to the byte structures for ACPI names.
Patrick Wildt
2020-12-17
Fix some issues with referencing named ACPI nodes from Packages.
Mark Kettenis
2020-04-11
Use acpi_getsta(); avoids printing "no _STA method" messages and assumes
Mark Kettenis
2016-10-25
Add the resource index to aml_parse_resource() callback function.
Paul Irofti
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-05-02
Make acpiprt(4) handle interrupts with non-standard polarity and trigger mode
Mark Kettenis
2013-12-22
Bail out early if the PCI bus number is -1. This means the hardware isn't
Mark Kettenis
2010-08-03
Remove old code that figures out the PCI bus number. The new code gets some
Mark Kettenis
2010-07-21
spacing and indents that are driving me crazy
Theo de Raadt
2010-07-21
clean up a pile of prototypes and shred some macros which were just covering
Theo de Raadt
2010-07-10
Verify _ADR bdf is correct (some systems return 0xffff)
Jordan Hargrave
2010-07-08
Add mapping for ACPI device to PCI bdf (match autoconf tree)
Jordan Hargrave
2010-07-01
Backout recent AML changes, breaks on R210 and others
Jordan Hargrave
2010-07-01
Simplified aml_parse_resource call, cleanup code
Jordan Hargrave
2010-06-29
Use new ACPI PCI mapping to get _PRT bus
Jordan Hargrave
2009-03-31
Backout previous change; it breaks more machines than it fixes.
Mark Kettenis
2009-03-21
Always re-route interrupts, even when doing so appears to be a no-op. Some
Mark Kettenis
2009-03-11
More aml_evalinteger fixup
Jordan Hargrave
2009-03-11
Cleanup.. use aml_evalinteger instead of aml_evalname
Jordan Hargrave
2009-01-27
Turns out the IRQ Information is optional in IRQ Descriptor resources, so
Mark Kettenis
2008-12-19
On many systems the information returned by _PRT is an absolute lie, especially
Mark Kettenis
2008-12-17
Make the code that picks an IRQ from the list of possible IRQs a bit smarter
Mark Kettenis
2008-12-07
Make acpiprt(4) check whether the current interrupt routing is "possible" and
Mark Kettenis
2008-06-11
Fix $OpenBSD$ for once and for all
Marco Peereboom
2008-06-06
Add _?RS methods evaluation to obtain additional heuristics and setting
Marco Peereboom
2008-06-01
Re-enable new parser. Lots of testing by various folks. Fits all media
Marco Peereboom
2008-05-16
back out jordans new parser.
David Gwynne
2008-05-14
Removed debugging printfs
Jordan Hargrave
2008-05-14
Clean up a bit.
Brad Smith
2008-05-14
Adding new ACPI Parser code
Jordan Hargrave
2007-11-12
spacing
Theo de Raadt
2007-11-12
a little less excitement (every printf does not need to end in !)
Theo de Raadt
2007-10-08
More simple memset(,0,) -> M_ZERO changes. In this batch move to
Kenneth R Westerback
2007-09-07
Fix code that figures out the PCI bus number for a _PRT configuration object.
Mark Kettenis
2007-02-23
Added support for getting host-bridge _BBN from _CRS resources
Jordan Hargrave
2007-02-21
Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode.
Mark Kettenis
2007-02-21
Fix a few memory leaks.
Marco Peereboom
2007-01-24
Deal with weird systems that return bogus device numbers for stuff that's not
Mark Kettenis
2007-01-18
Check whether PCI interrupt link devices are enabled.
Mark Kettenis
2006-12-21
even more knf love
Theo de Raadt
2006-12-21
spacing
Theo de Raadt
2006-12-21
more minor knf
Theo de Raadt
2006-12-18
move proto to the right place
Theo de Raadt
2006-11-27
Post-process PCI config space opregions
Jordan Hargrave
2006-11-27
Make normal pic interrupt routing work too.
Mark Kettenis
2006-11-27
Add check for acpi pointer. This prevents some ugly panics.
Marco Peereboom
2006-11-27
Fixes for acpiprt routing
Jordan Hargrave
2006-11-27
Handle objrefs in _PRT.
Mark Kettenis
[next]