Changeset f770fcb in rtems for c

Timestamp:
03/03/16 16:36:24 (8 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
c3c57b1
Parents:
36717645
git-author:
Joel Sherrill <joel@…> (03/03/16 16:36:24)
git-committer:
Joel Sherrill <joel@…> (03/10/16 16:30:25)
Message:

Add shared PCI support and enhance pc386 to support non-legacy PCI configuration space

This patch fundamentally results from enhancements to the pc386 BSP
to support systems which do NOT have the legacy PCI BIOS. The
patch adds support for detecting when legacy PCI BIOS is not
present and then using IO space to access to PCI Configuration Space.
This resulted in dynamically selected between two implementations
of PCI and refactoring out the shared methods.

This patch adds shared implementations of pci_bus_count() and
pci_find_device(). Subsequent patches will remove implementations
of these methods in other BSPs where possible.

(No files)

Note: See TracChangeset for help on using the changeset viewer.