XHCI get device config
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m29s
Build documentation / build-and-deploy (push) Successful in 3m53s

This commit is contained in:
2026-04-01 22:10:14 +02:00
parent d8f2f033d2
commit cd7d2d5d7d
6 changed files with 182 additions and 145 deletions

View File

@@ -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,