FreeBSD Bugzilla – Attachment 248276 Details for
Bug 272507
Devices fails to initialize on some AMD X670E(xtreme) based motherboards
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
hack.patch
file_272507.txt (text/plain), 649 bytes, created by
John Baldwin
on 2024-02-09 01:43:59 UTC
(
hide
)
Description:
hack.patch
Filename:
MIME Type:
Creator:
John Baldwin
Created:
2024-02-09 01:43:59 UTC
Size:
649 bytes
patch
obsolete
>diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c >index 7d1fc10afb9e..1b5b18770b86 100644 >--- a/sys/dev/acpica/acpi.c >+++ b/sys/dev/acpica/acpi.c >@@ -1406,6 +1406,7 @@ acpi_reserve_resources(device_t dev) > if (rle->res != NULL) > continue; > >+#if 0 > /* > * Try to reserve the resource from our parent. If this > * fails because the resource is a system resource, just >@@ -1417,6 +1418,7 @@ acpi_reserve_resources(device_t dev) > */ > resource_list_reserve(rl, dev, children[i], rle->type, &rle->rid, > rle->start, rle->end, rle->count, 0); >+#endif > } > } > free(children, M_TEMP);
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 272507
:
243436
|
244596
|
244598
|
245842
|
248276
|
248321
|
248323
|
248494
|
248628
|
249374