Basic support for PCI BIOS.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 16 Mar 2008 18:29:32 +0000 (14:29 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 16 Mar 2008 18:29:32 +0000 (14:29 -0400)
commita0dc29629c0091449a4065a93812e8522e7d0540
treef85e3d17e60e81b3b4248f181a57edde81f8c96a
parentc38e480c83e5090c622d3b42370134aff7d97632
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.
Makefile
src/clock.c
src/config.h
src/pci.c [new file with mode: 0644]
src/pci.h [new file with mode: 0644]
src/pcibios.c [new file with mode: 0644]
src/rombios32.c
src/util.h