2006-12-19 17:31:36 +01:00
|
|
|
--- hw/xfree86/os-support/bus/linuxPci.c.orig 2006-11-20 22:04:35.000000000 +0100
|
|
|
|
+++ hw/xfree86/os-support/bus/linuxPci.c 2006-11-20 22:06:08.000000000 +0100
|
|
|
|
@@ -547,7 +547,7 @@
|
|
|
|
pPCI = xf86GetPciHostConfigFromTag(Tag);
|
2006-12-18 15:48:26 +01:00
|
|
|
|
2006-12-19 17:31:36 +01:00
|
|
|
if (pPCI && (result = PCI_DOM_FROM_BUS(pPCI->busnum)))
|
|
|
|
- return result;
|
|
|
|
+ return result + 1;
|
2006-12-18 17:55:05 +01:00
|
|
|
|
2006-12-19 17:31:36 +01:00
|
|
|
if (!pPCI || pPCI->fakeDevice)
|
|
|
|
return 1; /* Domain 0 is reserved */
|