summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpiprt.c
AgeCommit message (Expand)Author
2008-06-11Fix $OpenBSD$ for once and for allMarco Peereboom
2008-06-06Add _?RS methods evaluation to obtain additional heuristics and settingMarco Peereboom
2008-06-01Re-enable new parser. Lots of testing by various folks. Fits all mediaMarco Peereboom
2008-05-16back out jordans new parser.David Gwynne
2008-05-14Removed debugging printfsJordan Hargrave
2008-05-14Clean up a bit.Brad Smith
2008-05-14Adding new ACPI Parser codeJordan Hargrave
2007-11-12spacingTheo de Raadt
2007-11-12a little less excitement (every printf does not need to end in !)Theo de Raadt
2007-10-08More simple memset(,0,) -> M_ZERO changes. In this batch move toKenneth R Westerback
2007-09-07Fix code that figures out the PCI bus number for a _PRT configuration object.Mark Kettenis
2007-02-23Added support for getting host-bridge _BBN from _CRS resourcesJordan Hargrave
2007-02-21Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode.Mark Kettenis
2007-02-21Fix a few memory leaks.Marco Peereboom
2007-01-24Deal with weird systems that return bogus device numbers for stuff that's notMark Kettenis
2007-01-18Check whether PCI interrupt link devices are enabled.Mark Kettenis
2006-12-21even more knf loveTheo de Raadt
2006-12-21spacingTheo de Raadt
2006-12-21more minor knfTheo de Raadt
2006-12-18move proto to the right placeTheo de Raadt
2006-11-27Post-process PCI config space opregionsJordan Hargrave
2006-11-27Make normal pic interrupt routing work too.Mark Kettenis
2006-11-27Add check for acpi pointer. This prevents some ugly panics.Marco Peereboom
2006-11-27Fixes for acpiprt routingJordan Hargrave
2006-11-27Handle objrefs in _PRT.Mark Kettenis
2006-11-25sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-...Niklas Hallqvist
2006-11-15dd pseudo-devices to handle acpi apic interrupt routing.Mark Kettenis