Module Name:    src
Committed By:   riastradh
Date:           Thu Nov 21 20:10:47 UTC 2024

Added Files:
        src/lib/libpci: pci.expsym

Log Message:
libpci: Add expected symbols list.

NOTE: libpci exports dev_findproduct and dev_findvendor.  Is this
intended?  Seems wrong!  We also didn't bump the minor for those --
or the major when we deleted pci_findvendor_real and
pci_findproduct_real!

PR lib/58838: shared libraries in base should all have expsym lists


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libpci/pci.expsym

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/lib/libpci/pci.expsym
diff -u /dev/null src/lib/libpci/pci.expsym:1.1
--- /dev/null	Thu Nov 21 20:10:47 2024
+++ src/lib/libpci/pci.expsym	Thu Nov 21 20:10:47 2024
@@ -0,0 +1,13 @@
+dev_findproduct
+dev_findvendor
+pci_conf_print
+pci_devinfo
+pci_drvname
+pci_drvnameonbus
+pci_findproduct
+pci_findvendor
+pci_nwords
+pcibus_conf_read
+pcibus_conf_write
+pcidev_conf_read
+pcidev_conf_write

Reply via email to