FreeBSD Bugzilla – Attachment 194551 Details for
Bug 229267
[patch] mps(4) irq allocation regression from r321714: INTx used instead of MSI if MSI-X unavail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix MSI allocation check for mps(4) and mpr(4) after r321714
sys_dev_mpX_mpX_pci.c-MSIalloc.patch (text/plain), 594 bytes, created by
Harald Schmalzbauer
on 2018-06-24 08:32:30 UTC
(
hide
)
Description:
Fix MSI allocation check for mps(4) and mpr(4) after r321714
Filename:
MIME Type:
Creator:
Harald Schmalzbauer
Created:
2018-06-24 08:32:30 UTC
Size:
594 bytes
patch
obsolete
>Index: mps/mps_pci.c >=================================================================== >--- mps/mps_pci.c (Revision 335197) >+++ mps/mps_pci.c (Arbeitskopie) >@@ -244,7 +244,7 @@ > int error, msgs; > > dev = sc->mps_dev; >- error = 0; >+ error = ENXIO; > msgs = 0; > > if ((sc->disable_msix == 0) && >Index: mpr/mpr_pci.c >=================================================================== >--- mpr/mpr_pci.c (Revision 335197) >+++ mpr/mpr_pci.c (Arbeitskopie) >@@ -259,7 +259,7 @@ > int error, msgs; > > dev = sc->mpr_dev; >- error = 0; >+ error = ENXIO; > msgs = 0; > > if ((sc->disable_msix == 0) &&
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 229267
: 194551