XHCI get device config
This commit is contained in:
@@ -88,6 +88,10 @@ bool pci_xhci_init (struct proc* proc, struct reschedule_ctx* rctx, struct pci_i
|
||||
|
||||
DEBUG ("IRQ support=%d\n", irqs_support);
|
||||
|
||||
if (!irqs_support) {
|
||||
return false;
|
||||
}
|
||||
|
||||
struct xhci_init init = {
|
||||
.xhci_mmio_base = xhci_base,
|
||||
.irqs_support = irqs_support,
|
||||
|
||||
Reference in New Issue
Block a user