Module Name: src Committed By: riastradh Date: Fri Oct 28 21:56:44 UTC 2022
Modified Files: src/sys/dev/pci: ehci_pci.c Log Message: ehci(4): Mark PCI interrupt handler MP-safe. ehci_intr has its own intr lock to coordinate with the MP-safe softint it defers all its work to, other than reading and writing a few registers to get and acknowledge the interrupt status. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/dev/pci/ehci_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.