From owner-freebsd-current@FreeBSD.ORG Wed Jan 19 08:32:30 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3433106566C; Wed, 19 Jan 2011 08:32:30 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6CA358FC1A; Wed, 19 Jan 2011 08:32:30 +0000 (UTC) Received: by iyb26 with SMTP id 26so518352iyb.13 for ; Wed, 19 Jan 2011 00:32:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Fp6Szgxklq3LfZjwy/dzNpMrEBEVaZx9soW9aa48SXc=; b=twaThHhZ/y4g550EThdKmbc3MfH4wspUaeap37LhAwRqaapclDxfeoZiX1RwAqga53 xOaBPIvcrRJ2mv3jdgsK7DEGgW1gFAlCFK5BAc+8bdKTIFCJy9HCcsF6nC4deEx4NVSs MZzQcl4gmdJY9kai1juXD2oQIWCBASAPGWmd4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=oOjeOuvXkgf3rqvPa2iep+AXF5GUsOTe4cbFCEyP91/x2yHxq7TYJKEdS2m/VKgTHq LAzcgVdbIuPz8habBkJ79fYMTEWsg2w86MS5fe4x4s17VnIZ4+PJ/5izqtPenvMdKqYC Qa/OfHP28pJw2WXhzU8lLeyBhaSJqt/7ocGGg= MIME-Version: 1.0 Received: by 10.42.219.132 with SMTP id hu4mr415505icb.425.1295425949798; Wed, 19 Jan 2011 00:32:29 -0800 (PST) Received: by 10.42.7.139 with HTTP; Wed, 19 Jan 2011 00:32:29 -0800 (PST) In-Reply-To: <201101190154.18380.jkim@FreeBSD.org> References: <201101190154.18380.jkim@FreeBSD.org> Date: Wed, 19 Jan 2011 08:32:29 +0000 Message-ID: From: "b. f." To: Jung-uk Kim Content-Type: text/plain; charset=ISO-8859-1 Cc: Marc UBM Bocklet , freebsd-current@freebsd.org Subject: Re: lockup with vidcontrol VESA_800x600 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2011 08:32:30 -0000 On 1/19/11, Jung-uk Kim wrote: > On Tuesday 18 January 2011 10:08 pm, b. f. wrote: >> Marc UBM Bocklet wrote: > Please try the attached patch. Your patch fixes my problem. With the patch, I can use the problematic modes on my machine without panics. Well done; thank you for the quick response. b.