FreeBSD Bugzilla – Attachment 9653 Details for
Bug 19686
splash screen fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 636 bytes, created by
mdharnois
on 2000-07-04 03:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mdharnois
Created:
2000-07-04 03:30:01 UTC
Size:
636 bytes
patch
obsolete
>Index: splash_bmp.c >=================================================================== >RCS file: /src/CVS/src/sys/modules/splash/bmp/splash_bmp.c,v >retrieving revision 1.12 >diff -u -r1.12 splash_bmp.c >--- splash_bmp.c 2000/04/27 13:37:40 1.12 >+++ splash_bmp.c 2000/06/09 13:17:05 >@@ -612,7 +612,8 @@ > > #ifndef PC98 > /* XXX: this is ugly, but necessary for EGA/VGA 1bpp/4bpp modes */ >- if ((adp->va_type == KD_EGA) || (adp->va_type == KD_VGA)) { >+ if (((adp->va_type == KD_EGA) || (adp->va_type == KD_VGA)) >+ && (bmp_info.sdepth <= 4)) { > inb(adp->va_crtc_addr + 6); /* reset flip-flop */ > outb(ATC, 0x14); > outb(ATC, 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 19686
: 9653