Page MenuHomeFreeBSD

D6780.diff
No OneTemporary

D6780.diff

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

Mime Type
text/plain
Expires
Sat, May 23, 10:14 AM (11 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33444945
Default Alt Text
D6780.diff (340 B)

Event Timeline