Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214156 | Differences between
and this patch

Collapse All | Expand All

(-)a/hw/xfree86/os-support/bus/linuxPci.c (-2 / +1 lines)
Lines 498-504 xf86GetPciDomain(PCITAG Tag) Link Here
498
    pPCI = xf86GetPciHostConfigFromTag(Tag);
498
    pPCI = xf86GetPciHostConfigFromTag(Tag);
499
499
500
    if (pPCI && (result = PCI_DOM_FROM_BUS(pPCI->busnum)))
500
    if (pPCI && (result = PCI_DOM_FROM_BUS(pPCI->busnum)))
501
	return result;
501
	return result + 1;
502
502
503
    if (!pPCI || pPCI->fakeDevice)
503
    if (!pPCI || pPCI->fakeDevice)
504
	return 1;		/* Domain 0 is reserved */
504
	return 1;		/* Domain 0 is reserved */
505
- 

Return to bug 214156