You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1019 added support for accessing the PCI config space using MMIO, which is much better than the legacy method of accessing it using Port I/O. Also, it can support the extended PCI config space which is needed for PCIe and newer versions of that, so we should definitely prefer using MMIO to access the PCI config space in all cases except when it is not supported (only really an issue on ancient legacy hardware).
The text was updated successfully, but these errors were encountered:
#1019 added support for accessing the PCI config space using MMIO, which is much better than the legacy method of accessing it using Port I/O. Also, it can support the extended PCI config space which is needed for PCIe and newer versions of that, so we should definitely prefer using MMIO to access the PCI config space in all cases except when it is not supported (only really an issue on ancient legacy hardware).
The text was updated successfully, but these errors were encountered: