kern/84836: Fatal trap on 6.0-BETA2 when use SC_PIXEL_MODE, SHED_ULE, VESA_800x600

Andrey V. Elsukov bu7cher at yandex.ru
Fri Aug 19 04:00:42 GMT 2005


The following reply was made to PR kern/84836; it has been noted by GNATS.

From: "Andrey V. Elsukov" <bu7cher at yandex.ru>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: kern/84836: Fatal trap on 6.0-BETA2 when use SC_PIXEL_MODE, SHED_ULE,
 VESA_800x600
Date: Fri, 19 Aug 2005 07:59:56 +0400

 This is a multi-part message in MIME format.
 --------------060902090904070000040501
 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
 
 --------------060902090904070000040501
 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);
 
 --------------060902090904070000040501--
 


More information about the freebsd-bugs mailing list