summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2020-08-22 22:31:11 +1000
committerDamien Zammit <damien@zamaudio.com>2020-08-27 18:01:56 +1000
commit3e5ae795a265b8843c09cba310a5582c909f97a4 (patch)
tree46d79235cba1bea92632b7bd2e232472a2c04a1c
parent9effa77676207d547dc869ecb8c342869e14ef70 (diff)
x86: Remove probe during create, other backends don't do this
-rw-r--r--src/x86_pci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/x86_pci.c b/src/x86_pci.c
index 14524d8..1e70f35 100644
--- a/src/x86_pci.c
+++ b/src/x86_pci.c
@@ -815,10 +815,6 @@ pci_system_x86_scan_bus (uint8_t bus)
d->base.device_class = reg >> 8;
- err = pci_device_x86_probe (&d->base);
- if (err)
- return err;
-
pci_sys->devices = devices;
pci_sys->num_devices++;