This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-09 19:08:07 +01:00
parent a59172237c
commit 2142a9bea8

View File

@@ -100,6 +100,7 @@ xf86PciProbe(void)
return;
}
#ifdef XSERVER_LIBPCIACCESS
iter = pci_slot_match_iterator_create(&xf86IsolateDevice);
while ((info = pci_device_next(iter)) != NULL) {
if (PCIINFOCLASSES(info->device_class)) {
@@ -120,6 +121,7 @@ xf86PciProbe(void)
}
}
free(iter);
#endif
/* If we haven't found a primary device try a different heuristic */
if (primaryBus.type == BUS_NONE && num) {