From owner-freebsd-current@FreeBSD.ORG Fri Oct 31 10:46:27 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8717171A for ; Fri, 31 Oct 2014 10:46:27 +0000 (UTC) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id 21DE7D93 for ; Fri, 31 Oct 2014 10:46:26 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnYGAERnU1RR8nxA/2dsb2JhbABcgw6BLNRlAoEaFwEBAQEBfYQDAQEEViMQCxgJJQ8qHgYTiEUByVABAQEBAQUBAQEBHpBdMweESwWRbIwLlkmDeTwvgksBAQE Received: from 64.124-242-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.242.124.64]) by relay.skynet.be with ESMTP; 31 Oct 2014 11:46:18 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s9VAkHGE001662; Fri, 31 Oct 2014 11:46:17 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Fri, 31 Oct 2014 11:46:17 +0100 From: Tijl Coosemans To: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= Subject: Re: VT: NOT giving extended console Message-ID: <20141031114617.492e2c01@kalimero.tijl.coosemans.org> In-Reply-To: <545365D4.4030407@dumbbell.fr> References: <20141031031635.GA857@borg.lerctr.org> <545365D4.4030407@dumbbell.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 31 Oct 2014 10:46:27 -0000 On Fri, 31 Oct 2014 11:35:00 +0100 Jean-S=E9bastien P=E9dron wrote: > On 31.10.2014 04:16, Larry Rosenman wrote: >> Copyright (c) 1992-2014 The FreeBSD Project. >> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 >> The Regents of the University of California. All rights reserved. >> FreeBSD is a registered trademark of The FreeBSD Foundation. >> FreeBSD 11.0-CURRENT #4 r273876: Thu Oct 30 21:44:26 CDT 2014 >> root@borg.lerctr.org:/usr/obj/usr/src/sys/VT-LER amd64 >> FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 >> VT: running with driver "vga". >> link_elf_obj: symbol ttm_agp_tt_create undefined >> KLD file radeonkms.ko - could not finalize loading >=20 > Hmm, sys/dev/drm2/ttm/ttm_agp_backend.c isn't connected to the build of > the drm2 module. >=20 > I'll connect it as soon as svn up is finished, except if Tijl beats me > to it :) =20 Done in r273902.