]> mj.ucw.cz Git - pciutils.git/commit
libpci: ecam: Cache ACPI MCFG table between detect() and init() phase
authorPali Rohár <pali@kernel.org>
Thu, 18 May 2023 19:40:44 +0000 (21:40 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 18 Feb 2024 15:18:43 +0000 (16:18 +0100)
commite4517524ca872caa5e89d7df50cd91aac476b7be
tree6e451f15c3440dc5feacc3140082f033e58a7b16
parent67b471f2fa71295b325a574c140faa2735d95781
libpci: ecam: Cache ACPI MCFG table between detect() and init() phase

This will speed up listing devices by lspci as it is not needed to scan
BIOS memory two times.
lib/ecam.c