From owner-freebsd-bugs@FreeBSD.ORG Fri Aug 19 04:06:59 2005 Return-Path: X-Original-To: FreeBSD-bugs@FreeBSD.org Delivered-To: FreeBSD-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AD2716A41F for ; Fri, 19 Aug 2005 04:06:59 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from mail.rdu.kirov.ru (ns.rdu.kirov.ru [217.9.151.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB51943D46 for ; Fri, 19 Aug 2005 04:06:58 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from kirov.so-cdu.ru (kirov [172.21.81.1]) by mail.rdu.kirov.ru (Postfix) with ESMTP id A824A115644 for ; Fri, 19 Aug 2005 08:06:57 +0400 (MSD) Received: from kirov.so-cdu.ru (localhost [127.0.0.1]) by rdu.kirov.ru (Postfix) with SMTP id 96E8315C37 for ; Fri, 19 Aug 2005 08:06:57 +0400 (MSD) Received: by rdu.kirov.ru (Postfix, from userid 1014) id 38C4715C3B; Fri, 19 Aug 2005 08:06:57 +0400 (MSD) Received: from [172.21.81.52] (elsukov.kirov.so-cdu.ru [172.21.81.52]) by rdu.kirov.ru (Postfix) with ESMTP id 10D6415383 for ; Fri, 19 Aug 2005 08:06:57 +0400 (MSD) Message-ID: <43055ACD.8050300@yandex.ru> Date: Fri, 19 Aug 2005 08:06:37 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-bugs@FreeBSD.org References: <200508120846.j7C8kesM082593@rdu.kirov.ru> In-Reply-To: <200508120846.j7C8kesM082593@rdu.kirov.ru> Content-Type: multipart/mixed; boundary="------------030000050404010505050303" Cc: Subject: Re: kern/84836: Fatal trap on 6.0-BETA2 when use SC_PIXEL_MODE, SHED_ULE, VESA_800x600 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 04:06:59 -0000 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--