FreeBSD Bugzilla – Attachment 159025 Details for
Bug 144234
[zfs] Cannot boot machine with recent gptzfsboot code [regression]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makes the bootblocks find a vdev for booting by using the secondary lookup for all disks.
zfsboot.c.patch (text/plain), 573 bytes, created by
Ronald Klop
on 2015-07-20 20:10:18 UTC
(
hide
)
Description:
Makes the bootblocks find a vdev for booting by using the secondary lookup for all disks.
Filename:
MIME Type:
Creator:
Ronald Klop
Created:
2015-07-20 20:10:18 UTC
Size:
573 bytes
patch
obsolete
>Index: sys/boot/i386/zfsboot/zfsboot.c >=================================================================== >diff --git a/head/sys/boot/i386/zfsboot/zfsboot.c b/head/sys/boot/i386/zfsboot/zfsboot.c >--- a/head/sys/boot/i386/zfsboot/zfsboot.c (revision 285336) >+++ b/head/sys/boot/i386/zfsboot/zfsboot.c (working copy) >@@ -495,9 +495,9 @@ > for (i = 0; i < MAXBDDEV; i++) > #endif > { >- if ((i | DRV_HARD) == *(uint8_t *)PTOV(ARGS)) >- continue; >- >+/* if ((i | DRV_HARD) == *(uint8_t *)PTOV(ARGS)) >+ * continue; >+ */ > if (!int13probe(i | DRV_HARD)) > break; >
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 144234
:
146387
|
146392
|
146742
|
159025
|
172443
|
197090