FreeBSD Bugzilla – Attachment 221648 Details for
Bug 235016
ASIX AX99100 based uart controllers broken on 12.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix uart_bus_pci.c
uart_bus_pci.c.diff (text/plain), 604 bytes, created by
david
on 2021-01-16 23:04:36 UTC
(
hide
)
Description:
Patch to fix uart_bus_pci.c
Filename:
MIME Type:
Creator:
david
Created:
2021-01-16 23:04:36 UTC
Size:
604 bytes
patch
obsolete
>--- uart_bus_pci.c.orig 2021-01-16 21:56:54.174461000 +0000 >+++ uart_bus_pci.c 2021-01-16 22:00:06.321333000 +0000 >@@ -228,9 +228,10 @@ > > /* > * Use MSI in preference to legacy IRQ if available. >- * Whilst some PCIe UARTs support >1 MSI vector, use only the first. >+ * Whilst some PCIe UARTs support >1 MSI vector, use only support >+ * UARTs using 1. > */ >- if (pci_msi_count(dev) > 0) { >+ if (pci_msi_count(dev) == 1) { > count = 1; > if (pci_alloc_msi(dev, &count) == 0) { > sc->sc_irid = 1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235016
: 221648