Page MenuHomeFreeBSD

D6780.id21830.diff
No OneTemporary

D6780.id21830.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
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)

Event Timeline