FreeBSD Bugzilla – Attachment 137617 Details for
Bug 183234
newfs_msdos(8): [patch] can't boot BeagleBone Black when newfs_msdos is trimming to a multiple of sectors per track
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
huge_sec_conversion.patch
huge_sec_conversion.patch (text/plain), 502 bytes, created by
guyyur
on 2013-10-23 11:20:00 UTC
(
hide
)
Description:
huge_sec_conversion.patch
Filename:
MIME Type:
Creator:
guyyur
Created:
2013-10-23 11:20:00 UTC
Size:
502 bytes
patch
obsolete
>Index: sbin/newfs_msdos/newfs_msdos.c >=================================================================== >--- sbin/newfs_msdos/newfs_msdos.c (revision 256722) >+++ sbin/newfs_msdos/newfs_msdos.c (working copy) >@@ -603,7 +603,7 @@ > bpb.bpbMedia = !bpb.bpbHiddenSecs ? 0xf0 : 0xf8; > if (fat == 32) > bpb.bpbRootClust = RESFTE; >- if (bpb.bpbHiddenSecs + bpb.bpbHugeSectors <= MAXU16) { >+ if (bpb.bpbHugeSectors <= MAXU16) { > bpb.bpbSectors = bpb.bpbHugeSectors; > bpb.bpbHugeSectors = 0; > }
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 183234
:
137616
| 137617