Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit/libpciaccess/dist merge libpciaccess 0.15.
details: https://anonhg.NetBSD.org/xsrc/rev/b446bf3b7088
branches: trunk
changeset: 10351:b446bf3b7088
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Jul 15 05:54:19 2019 +0000
description:
merge libpciaccess 0.15.
diffstat:
external/mit/libpciaccess/dist/README | 35 ----------------------
external/mit/libpciaccess/dist/src/common_bridge.c | 2 +-
2 files changed, 1 insertions(+), 36 deletions(-)
diffs (51 lines):
diff -r 0a634347d8c5 -r b446bf3b7088 external/mit/libpciaccess/dist/README
--- a/external/mit/libpciaccess/dist/README Mon Jul 15 05:53:30 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-xorg/lib/libpciaccess - Generic PCI access library
-
-Documentation of the libpciaccess API's can be generated from the
-sources via the doxygen command. Information about porting Xorg
-drivers to libpciaccess is located at:
-
- http://www.x.org/wiki/PciReworkHowto
-
-For historical reference, the original proposal for this work is at:
-
- http://www.x.org/wiki/PciReworkProposal
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
- http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
- https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
- git://anongit.freedesktop.org/git/xorg/lib/libpciaccess
-
- http://cgit.freedesktop.org/xorg/lib/libpciaccess
-
-For patch submission instructions, see:
-
- http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
- http://wiki.x.org/wiki/GitPage
-
diff -r 0a634347d8c5 -r b446bf3b7088 external/mit/libpciaccess/dist/src/common_bridge.c
--- a/external/mit/libpciaccess/dist/src/common_bridge.c Mon Jul 15 05:53:30 2019 +0000
+++ b/external/mit/libpciaccess/dist/src/common_bridge.c Mon Jul 15 05:54:19 2019 +0000
@@ -216,7 +216,7 @@
read_bridge_info(priv);
}
- return (priv->header_type == 1) ? priv->bridge.pci : NULL;
+ return ((priv->header_type & 0x7f) == 1) ? priv->bridge.pci : NULL;
}
Home |
Main Index |
Thread Index |
Old Index