@@ -, +, @@ --- hw/xfree86/os-support/bus/linuxPci.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/hw/xfree86/os-support/bus/linuxPci.c +++ a/hw/xfree86/os-support/bus/linuxPci.c @@ -498,7 +498,7 @@ xf86GetPciDomain(PCITAG Tag) pPCI = xf86GetPciHostConfigFromTag(Tag); if (pPCI && (result = PCI_DOM_FROM_BUS(pPCI->busnum))) - return result; + return result + 1; if (!pPCI || pPCI->fakeDevice) return 1; /* Domain 0 is reserved */ --