Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159447877
D36670.id112063.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
725 B
Referenced Files
None
Subscribers
None
D36670.id112063.diff
View Options
diff --git a/net/isboot-kmod/files/patch-ibft.c b/net/isboot-kmod/files/patch-ibft.c
--- a/net/isboot-kmod/files/patch-ibft.c
+++ b/net/isboot-kmod/files/patch-ibft.c
@@ -1,4 +1,4 @@
---- ibft.c.orig 2022-05-11 20:18:36 UTC
+--- ibft.c.orig 2021-05-18 18:37:58 UTC
+++ ibft.c
@@ -146,13 +146,12 @@ ibft_print_address(uint8_t *addr)
void
@@ -72,3 +72,15 @@
length = le16toh(t1h->length);
index = t1h->index;
flags = t1h->flags;
+@@ -556,7 +549,11 @@ ibft_init(void)
+ if (ibft_verbose) {
+ printf("iBFT error\n");
+ }
++#if __FreeBSD_version >= 1400070
++ pmap_unmapdev(vaddr,
++#else
+ pmap_unmapdev((vm_offset_t)vaddr,
++#endif
+ (vm_size_t)IBFT_HIGH_ADDR);
+ return (error);
+ }
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 15, 6:24 AM (5 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33964758
Default Alt Text
D36670.id112063.diff (725 B)
Attached To
Mode
D36670: net/isboot-kmod: Update for changes to pmap_unmapdev() KPI in main.
Attached
Detach File
Event Timeline
Log In to Comment