commit | a0dc29629c0091449a4065a93812e8522e7d0540 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun Mar 16 14:29:32 2008 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun Mar 16 14:29:32 2008 -0400 |
tree | f85e3d17e60e81b3b4248f181a57edde81f8c96a | |
parent | c38e480c83e5090c622d3b42370134aff7d97632 [diff] |
Basic support for PCI BIOS. This patch adds real-mode pci bios callbacks. It also adds support for a hardcoded $PIR table. The pci config functions are moved from rombios32.c to pci.c. Note that protected mode pci-bios calls were not added.