This patch converts __FUNCTION__ to __func__, since __func__ is standard.
[coreboot.git] / src / arch / i386 / boot / pirq_routing.c
2009-02-12 Myles WatsonThis patch converts __FUNCTION__ to __func__, since...
2009-02-10 Myles WatsonChange 0x%p to %p. Thanks Stefan for catching the...
2009-02-09 Myles WatsonRemove some warnings, mainly from format strings which...
2009-01-20 Stefan Reinauerfix inconsistent user interface naming. don't show...
2008-10-22 Jens RottmannFixes a off-by-one error when routing the IRQs. This...
2008-04-07 Marc Jones(marc... Don't check exclusive IRQ fieldin the PIR table.
2008-03-29 Nikolay PetukhovNow coreboot performs IRQ routing for some boards.
2005-01-19 Stefan Reinauer- make acpi usable for more than one motherboard.
2004-06-07 Stefan Reinauersimplify pirq handling. Only apply consistency fixes...
2004-04-15 Li-Ta Locode reformat
2004-03-23 Greg Watsontighten up option exporting
2004-01-26 Stefan Reinauerunify debug messages, fix typo
2003-10-28 Stefan Reinauerdynamic pirq table fixup
2003-07-30 Ronald G. Minnichupdates from YhLu, plus fixes for PPC/K8 issues.
2003-04-25 Eric Biederman- Commit a working pirq table for the AMD solo
2003-04-24 Eric Biederman- More attempts to leave irqs in a working state.
2003-04-22 Eric Biederman- Initial checkin of the freebios2 tree