Age | Commit message (Collapse) | 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 | |
interrupt routing. Fixes several HP & IBM machines. ok deraadt ketennis | |||
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom | |
now too. ok kettenis deraadt | |||
2008-05-16 | back 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-14 | Removed debugging printfs | Jordan Hargrave | |
2008-05-14 | Clean up a bit. | Brad Smith | |
ok jordan@ | |||
2008-05-14 | Adding new ACPI Parser code | Jordan Hargrave | |
Old guts of code still exists, needs to be torn out next ok marco@ ok brad@ | |||
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 | |
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-07 | Fix 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-23 | Added support for getting host-bridge _BBN from _CRS resources | Jordan Hargrave | |
suggestions by kettenis ok marco@ | |||
2007-02-21 | Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode. | Mark Kettenis | |
ok marco@ | |||
2007-02-21 | Fix a few memory leaks. | Marco Peereboom | |
ok jordan@ | |||
2007-01-24 | Deal with weird systems that return bogus device numbers for stuff that's not | Mark Kettenis | |
really there. | |||
2007-01-18 | Check whether PCI interrupt link devices are enabled. | Mark Kettenis | |
Based on a diff from marco@. | |||
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 | |
Fixed acpiprt for stinky presario v3000 ok marco@ | |||
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 | |
ok ketennis. | |||
2006-11-27 | Fixes for acpiprt routing | Jordan Hargrave | |
Post-parse fixup for namerefs ok kettenis@ | |||
2006-11-27 | Handle objrefs in _PRT. | Mark Kettenis | |
ok jordan@ | |||
2006-11-25 | sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for ↵ | Niklas Hallqvist | |
multi-ioapic systems. ok kettenis | |||
2006-11-15 | dd pseudo-devices to handle acpi apic interrupt routing. | Mark Kettenis | |
ok jordan@ |