FreeBSD Bugzilla – Attachment 248936 Details for
Bug 277211
panic: Unhandled external data abort - handle_el1h_sync - --- exception, esr 0x96000410 - wait_fw_init - mlx5_load_one
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix.patch
file_277211.txt (text/plain), 490 bytes, created by
John Baldwin
on 2024-03-04 20:56:43 UTC
(
hide
)
Description:
fix.patch
Filename:
MIME Type:
Creator:
John Baldwin
Created:
2024-03-04 20:56:43 UTC
Size:
490 bytes
patch
obsolete
>diff --git a/sys/dev/pci/pci_host_generic.c b/sys/dev/pci/pci_host_generic.c >index 67b329b58685..0f85e23eb028 100644 >--- a/sys/dev/pci/pci_host_generic.c >+++ b/sys/dev/pci/pci_host_generic.c >@@ -538,7 +538,7 @@ generic_pcie_translate_resource(device_t bus, int type, > rman_res_t newend; /* unused */ > > return (generic_pcie_translate_resource_common( >- bus, type, start, 0, newstart, &newend)); >+ bus, type, start, start, newstart, &newend)); > } > > struct resource *
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 277211
:
248657
|
248803
|
248817
| 248936