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
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
2006-11-25
sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-...
Niklas Hallqvist
2006-11-15
dd pseudo-devices to handle acpi apic interrupt routing.
Mark Kettenis