FreeBSD Bugzilla – Attachment 132465 Details for
Bug 176748
[libi386] [patch] BTX Loader i386 incorrectly probes EDD, possibly resulting division by zero
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 493 bytes, created by
Arrigo Marchiori
on 2013-03-08 13:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Arrigo Marchiori
Created:
2013-03-08 13:40:01 UTC
Size:
493 bytes
patch
obsolete
>Index: biosdisk.c >=================================================================== >--- biosdisk.c (revisione 247767) >+++ biosdisk.c (copia locale) >@@ -231,7 +231,8 @@ > v86int(); > if (V86_CY(v86.efl) || /* carry set */ > (v86.ebx & 0xffff) != 0xaa55 || /* signature */ >- (v86.ecx & EDD_INTERFACE_FIXED_DISK) == 0) >+ (v86.ecx & EDD_INTERFACE_FIXED_DISK) == 0 || >+ (v86.ecx & EDD_INTERFACE_EDD) == 0) > return (1); > /* EDD supported */ > bd->bd_flags |= BD_MODEEDD1;
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 176748
:
132465
|
144581
|
162919