aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb-uhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usb-uhci.c')
-rw-r--r--src/usb-uhci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usb-uhci.c b/src/usb-uhci.c
index 65498089..40f83bb9 100644
--- a/src/usb-uhci.c
+++ b/src/usb-uhci.c
@@ -186,6 +186,7 @@ uhci_init(u16 bdf, int busid)
struct usb_uhci_s *cntl = malloc_tmphigh(sizeof(*cntl));
memset(cntl, 0, sizeof(*cntl));
cntl->usb.busid = busid;
+ cntl->usb.bdf = bdf;
cntl->usb.type = USB_TYPE_UHCI;
cntl->iobase = (pci_config_readl(bdf, PCI_BASE_ADDRESS_4)
& PCI_BASE_ADDRESS_IO_MASK);