From: Michel Dänzer <[email protected]> For https://bugs.freedesktop.org/101446 , I had to spend a significant amount of time grepping and reading code to figure out how a non-0 PCI domain can be specified in the BusID stanza.
The first two patches fix issues I noticed while doing so. The last two patches add documentation of how this works. Michel Dänzer (4): xfree86: Print BusID stanza compatible bus IDs for found devices xfree86: Fix printing of PCI domain/bus in xf86MatchPciInstances xfree86: Document BusID PCI domain format in xorg.conf manpage xfree86: Document BusID PCI domain format in ddxDesign.xml hw/xfree86/common/xf86pciBus.c | 6 +++--- hw/xfree86/doc/ddxDesign.xml | 3 ++- hw/xfree86/man/xorg.conf.man | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) -- 2.11.0 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
