summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpiprt.c
AgeCommit message (Collapse)Author
2008-06-11Fix $OpenBSD$ for once and for allMarco Peereboom
2008-06-06Add _?RS methods evaluation to obtain additional heuristics and settingMarco Peereboom
interrupt routing. Fixes several HP & IBM machines. ok deraadt ketennis
2008-06-01Re-enable new parser. Lots of testing by various folks. Fits all mediaMarco Peereboom
now too. ok kettenis deraadt
2008-05-16back out jordans new parser.David Gwynne
it didnt have enough oks from the right people, it did break machines that were previously working, and it bloated the RAMDISKS and install media beyond the constraints of the media. requested by deraadt@
2008-05-14Removed debugging printfsJordan Hargrave
2008-05-14Clean up a bit.Brad Smith
ok jordan@
2008-05-14Adding new ACPI Parser codeJordan Hargrave
Old guts of code still exists, needs to be torn out next ok marco@ ok brad@
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
size(*p) as the first malloc() parameter where p is declared locally and thus easy to check. Add M_ZERO to gpe_table allocation in acpi.c even though there is no obvious bzero or memset nearby.
2007-09-07Fix code that figures out the PCI bus number for a _PRT configuration object.Mark Kettenis
This should get rid of the "multiple bus 0" problem seen on some machines, and fix PCI interrupt routing on them. ok marco@ (a while ago)
2007-02-23Added support for getting host-bridge _BBN from _CRS resourcesJordan Hargrave
suggestions by kettenis ok marco@
2007-02-21Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode.Mark Kettenis
ok marco@
2007-02-21Fix a few memory leaks.Marco Peereboom
ok jordan@
2007-01-24Deal with weird systems that return bogus device numbers for stuff that's notMark Kettenis
really there.
2007-01-18Check whether PCI interrupt link devices are enabled.Mark Kettenis
Based on a diff from marco@.
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
Fixed acpiprt for stinky presario v3000 ok marco@
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
ok ketennis.
2006-11-27Fixes for acpiprt routingJordan Hargrave
Post-parse fixup for namerefs ok kettenis@
2006-11-27Handle objrefs in _PRT.Mark Kettenis
ok jordan@
2006-11-25sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for ↵Niklas Hallqvist
multi-ioapic systems. ok kettenis
2006-11-15dd pseudo-devices to handle acpi apic interrupt routing.Mark Kettenis
ok jordan@