[Bug 283815] listing dev.vgapci.X.%iommu hangs indefinitely on NVIDIA card
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 283815] 'sysctl -a' hangs indefinitely"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jan 2025 23:09:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283815 --- Comment #5 from Konstantin Belousov <kib@FreeBSD.org> --- The pci_get_requester() loops somewhere in the call to pci_find_cap_method(). The later is accessing the PCI config space directly, trying to read the header and to iterate the list of the capabilities, for instance, to read PCIe cap. To further diagnose the problem, you might try to instrument pci_find_cap_method() to see which registers it tries to read. My guess is that the cap read cycle gets something like 0xff as the offset of the next capability and then loops back. -- You are receiving this mail because: You are the assignee for the bug.