mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-08 20:30:17 +00:00
5d808cdc01
The patch handles the case, that the memory for the MSI-X table is part of one of the Pci::Resource Memory BARs, which got allocated beforehand already. With this commit, the platform driver will not fall back to use legacy IRQs or MSI, whereby MSI-X is available actually. Additionally, this patch avoids a lot of red messages about non available IO-MEM printed by the roottask. Fixes #3904