From owner-freebsd-current@FreeBSD.ORG Mon May 12 20:05:45 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB04C4A7 for ; Mon, 12 May 2014 20:05:45 +0000 (UTC) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FB5C29C5 for ; Mon, 12 May 2014 20:05:44 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id s7so7693064lbd.22 for ; Mon, 12 May 2014 13:05:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:from:date:to :message-id; bh=ntvhk+SPUNQUM3bMxs97UpUbHPJZALoN9jfR5Jh9aBU=; b=By/LMyC0QFTbzv2f3yefRFajcA8T8uz6ZlGraorbEC5x2FLaicd4ME1Hji/7s7+Hk7 KHpjZuGYy6ApZiqNEvkbJk1gZNdMaaTEnP2YiQxppO9rKEXtahhcN0WryYnnf2FNWWxR Q3vZLuQnkh/z82LArgj56D8KMSKSeUXQkeXEFftVmzQjAL4ltmAQ9ThI7Pgc/+Qze0Ui iUBNXrEHS0fm9uIW2+WL4N5FLCUax8A7P+LhCjnWe0W1yeZvIZ6QJkMYasO4YjwIN3Kv 8SWPzP30JjVCj8OQweOs4E0m6ZAFyB5D2BSxWfZCE8voeNzE7CMBFGLefZnSM/U1LqXz UzNw== X-Gm-Message-State: ALoCoQk4T/mOLwe2F/fIJnvRb8hHttgpi/H8TZnApKCh9WBH9rFxxh33Av22aE6B5Pq1c44K+P6y X-Received: by 10.112.143.99 with SMTP id sd3mr25583076lbb.11.1399925137013; Mon, 12 May 2014 13:05:37 -0700 (PDT) Received: from [192.168.1.82] (150-145-133-95.pool.ukrtel.net. [95.133.145.150]) by mx.google.com with ESMTPSA id b3sm14740051lbi.15.2014.05.12.13.05.34 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 12 May 2014 13:05:35 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: vt(4) and i915kms doesn't work as a post-boot module From: Aleksandr Rybalko Date: Mon, 12 May 2014 23:05:09 +0300 To: Adrian Chadd , Aleksandr Rybalko , Nathan Whitehorn , freebsd-current Message-ID: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 20:05:45 -0000 On 12 травня 2014 р. 01:28:52 GMT+03:00, Adrian Chadd wrote: >Hi guys, > >vt(4) doesn't work now as a post-boot loaded module. > >It panics, saying > >panic: vtbuf_fill_locked end.tp_row 50 must be <= screen width 30 > >Ray, have you tried your vt(4) changes on an i915 machine but without >loading i915kms at boot? > > >-a Hi Adrian, Looks like it fixed now. Sorry for breakage. Thanks. WBW ------ Aleksandr Rybalko