We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf1170 commit 1093a6fCopy full SHA for 1093a6f
doc/releases/release-notes-3.3.rst
@@ -767,6 +767,19 @@ Drivers and Sensors
767
768
* PCIE
769
770
+ * Support for accessing I/O BARs, which was previously removed, is back.
771
+
772
+ * Added new API :c:func:`pcie_scan` to scan for devices.
773
774
+ * This interates through the the buses and devices which are expected to
775
+ exist. The old method was to try all possible combination of buses
776
+ and devices to determine if there is a device there.
777
+ :c:func:`pci_init` and :c:func:`pcie_bdf_lookup` have been updated to
778
+ use this new API.
779
780
+ * :c:func:`pcie_scan` also introduces a callback mechanism for when
781
+ a new device has been discovered.
782
783
* PECI
784
785
* Pin control
0 commit comments