Changeset 2573e69 in rtems for c/src/lib/libbsp/i386

Timestamp:
12/24/14 03:27:25 (9 years ago)
Author:
Till Strauman <strauman@…>
Branches:
4.11, 5, master
Children:
2d5c486
Parents:
da10694
git-author:
Till Strauman <strauman@…> (12/24/14 03:27:25)
git-committer:
Gedare Bloom <gedare@…> (12/24/14 03:27:25)
Message:

pc386: scan all functions of multi-function PCI devices

The current algorithm scans all PCI busses (0..ff)
and all devices (0..31) on each bus for bridges
and determines the maximum of all subordinate
busses encountered.

However, the algorithm does not scan all functions
present in multi-function devices -- I have a PCI express
root complex (82801H) where multiple (non-zero index)
functions are 'PCI bridges' whose subordinate bus number is
missed by the original algorithm.

This commit makes sure that the scan
is extended to all functions of multi-function
devices.

See #2067

(No files)

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