]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
uart: Allow PCI quirk for not using MSI interrupts
authorWarner Losh <imp@FreeBSD.org>
Thu, 30 Sep 2021 20:15:32 +0000 (14:15 -0600)
committerWarner Losh <imp@FreeBSD.org>
Thu, 30 Sep 2021 20:15:32 +0000 (14:15 -0600)
commitbf40080762e939b44d4dd0fbfac5127f2a2562ce
tree5869295071197e03c7c0826c2ab8de407a8253c9
parent1ad2d87778970582854082bcedd2df0394fd4933
uart: Allow PCI quirk for not using MSI interrupts

Some setups claim to have one MSI, but they don't actually work. Allow
these to be flagged.

Sponsored by: Netflix
Reviewed by: kbowling
Differential Revision: https://reviews.freebsd.org/D32229
sys/dev/uart/uart_bus_pci.c