Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153762201
D6780.id21830.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
340 B
Referenced Files
None
Subscribers
None
D6780.id21830.diff
View Options
Index: head/sys/boot/efi/loader/main.c
===================================================================
--- head/sys/boot/efi/loader/main.c
+++ head/sys/boot/efi/loader/main.c
@@ -237,6 +237,11 @@
}
}
+ /* Try to fallback on first device */
+ if (devsw[0] != NULL) {
+ *dev = devsw[0];
+ return (0);
+ }
return (ENOENT);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 12:43 PM (10 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32077234
Default Alt Text
D6780.id21830.diff (340 B)
Attached To
Mode
D6780: loader.efi try to fallback on first device
Attached
Detach File
Event Timeline
Log In to Comment