Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2005 08:06:37 +0400
From:      "Andrey V. Elsukov" <bu7cher@yandex.ru>
To:        FreeBSD-bugs@FreeBSD.org
Subject:   Re: kern/84836: Fatal trap on 6.0-BETA2 when use SC_PIXEL_MODE, SHED_ULE, VESA_800x600
Message-ID:  <43055ACD.8050300@yandex.ru>
In-Reply-To: <200508120846.j7C8kesM082593@rdu.kirov.ru>
References:  <200508120846.j7C8kesM082593@rdu.kirov.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------030000050404010505050303
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit

Andrey V. Elsukov wrote:
>>Environment:
FreeBSD 6.0-BETA2, 5.4-STABLE.

>>Fix:
i have make a patch.

-- 
WBR, Andrey V. Elsukov


--------------030000050404010505050303
Content-Type: text/plain;
 name="scvidctl.c.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="scvidctl.c.diff"

--- src/sys/dev/syscons/scvidctl.c.orig	Thu Aug 18 19:38:24 2005
+++ src/sys/dev/syscons/scvidctl.c	Thu Aug 18 19:38:29 2005
@@ -412,6 +412,7 @@
     scp->yoff = (scp->ypixel/fontsize - ysize)/2;
     scp->font = font;
     scp->font_size = fontsize;
+    scp->font_width = 8; 
 
     /* allocate buffers */
     sc_alloc_scr_buffer(scp, TRUE, TRUE);


--------------030000050404010505050303--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43055ACD.8050300>