From owner-svn-src-user@FreeBSD.ORG Thu Nov 28 14:20:19 2013 Return-Path: Delivered-To: svn-src-user@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82F34AF3; Thu, 28 Nov 2013 14:20:19 +0000 (UTC) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 6FD0010A3; Thu, 28 Nov 2013 14:20:17 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA25100; Thu, 28 Nov 2013 16:20:16 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Vm2Rz-000A0t-VE; Thu, 28 Nov 2013 16:20:15 +0200 Message-ID: <529750FB.8050209@FreeBSD.org> Date: Thu, 28 Nov 2013 16:19:39 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Aleksandr Rybalko Subject: Re: svn commit: r257451 - in user/ed/newcons/sys/dev/drm2: . i915 radeon References: <201310311439.r9VEd5fh025537@svn.freebsd.org> <529741CE.7040805@FreeBSD.org> <20131128153820.f611e65cb7214f478a9ebfe5@freebsd.org> In-Reply-To: <20131128153820.f611e65cb7214f478a9ebfe5@freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: src-committers@FreeBSD.org, svn-src-user@FreeBSD.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 14:20:19 -0000 on 28/11/2013 15:38 Aleksandr Rybalko said the following: > Yeah, currently fbd is not standalone module, it is depended on VT(9) > (a.k.a. newcons) presence. From another point, syscons can't use (at > least now) DRM's fb_helper. > If syscons present, newcons will not be able to attach, since he will > need to replace handler of /dev/ttyvX files, which is impossible as I > know (at least now). Still, the drivers should be usable even with syscons? -- Andriy Gapon