summaryrefslogtreecommitdiffstats
path: root/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'pci.c')
-rw-r--r--pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pci.c b/pci.c
index d833e34..ffaf16f 100644
--- a/pci.c
+++ b/pci.c
@@ -69,6 +69,7 @@ extern struct pciusb_entries pci_probe(void) {
e->vendor = dev->vendor_id;
e->device = dev->device_id;
+ e->pci_bus = dev->domain;
e->pci_bus = dev->bus;
e->pci_device = dev->dev;
e->pci_function = dev->func;