https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221350
--- Comment #51 from Rajesh <[email protected]> --- (In reply to Bob Bishop from comment #50) Thanks for your response Bob. But I have couple of questions 1. __OSC returned error 0x10 - What does this message mean? Is it really an issue? 2. Before the panic, we see "Unable to map MSI-X table" (since bus_alloc_resource_any call fails in xhci_pci_attach). So, driver falls to alloc MSI (pci_alloc_msi), which also fails because rman_manage_region fails (in nexus_add_irq). So, does this mean PCI BAR mappings are not proper to allocate enough resources to the device? If so, what should be checked in this case? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
