FreeBSD Bugzilla – Attachment 249859 Details for
Bug 278278
[panic] macio rman_set_mapping: size mismatch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
macio.diff (text/plain), 472 bytes, created by
ben
on 2024-04-09 18:54:54 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
ben
Created:
2024-04-09 18:54:54 UTC
Size:
472 bytes
patch
obsolete
>diff --git a/sys/powerpc/powermac/macio.c b/sys/powerpc/powermac/macio.c >index b3d9e9f73f25..8b96f56ad25f 100644 >--- a/sys/powerpc/powermac/macio.c >+++ b/sys/powerpc/powermac/macio.c >@@ -686,6 +686,7 @@ macio_map_resource(device_t bus, device_t child, struct resource *r, > length, args.memattr); > if (map->r_vaddr == NULL) > return (ENOMEM); >+ map->r_size = length; > map->r_bustag = &bs_le_tag; > map->r_bushandle = (bus_space_handle_t)map->r_vaddr; > return (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 278278
: 249859