FreeBSD Bugzilla – Attachment 80467 Details for
Bug 115406
[patch] gpt(8) GPT MBR hangs award BIOS on boot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.03 KB, created by
Kent Hauser
on 2007-08-10 23:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kent Hauser
Created:
2007-08-10 23:30:01 UTC
Size:
1.03 KB
patch
obsolete
>Index: create.c >=================================================================== >RCS file: /home/ncvs/src/sbin/gpt/create.c,v >retrieving revision 1.10.2.1 >diff -u -r1.10.2.1 create.c >--- create.c 6 Sep 2005 23:59:01 -0000 1.10.2.1 >+++ create.c 10 Aug 2007 22:08:14 -0000 >@@ -93,11 +93,11 @@ > mbr = gpt_read(fd, 0LL, 1); > bzero(mbr, sizeof(*mbr)); > mbr->mbr_sig = htole16(MBR_SIG); >- mbr->mbr_part[0].part_shd = 0xff; >- mbr->mbr_part[0].part_ssect = 0xff; >- mbr->mbr_part[0].part_scyl = 0xff; >+ mbr->mbr_part[0].part_shd = 1; >+ mbr->mbr_part[0].part_ssect = 1; >+ mbr->mbr_part[0].part_scyl = 0; > mbr->mbr_part[0].part_typ = 0xee; >- mbr->mbr_part[0].part_ehd = 0xff; >+ mbr->mbr_part[0].part_ehd = 0xfe; > mbr->mbr_part[0].part_esect = 0xff; > mbr->mbr_part[0].part_ecyl = 0xff; > mbr->mbr_part[0].part_start_lo = htole16(1);
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 115406
: 80467