From owner-freebsd-stable@FreeBSD.ORG Thu Oct 23 03:08:14 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D349203 for ; Thu, 23 Oct 2014 03:08:14 +0000 (UTC) Received: from isis.morrow.me.uk (isis.morrow.me.uk [204.109.63.142]) by mx1.freebsd.org (Postfix) with ESMTP id 4583BC26 for ; Thu, 23 Oct 2014 03:08:13 +0000 (UTC) Received: from anubis.morrow.me.uk (unknown [93.89.81.46]) (Authenticated sender: mauzo) by isis.morrow.me.uk (Postfix) with ESMTPSA id 014DF4508A; Thu, 23 Oct 2014 03:08:05 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 isis.morrow.me.uk 014DF4508A DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=morrow.me.uk; s=dkim201101; t=1414033686; bh=xG8JxNqwoCrTASQ00TrfLPi9lYrkLJTix+VrGoLyzVY=; h=Date:From:To:Subject:References:In-Reply-To; b=wrvn0cOoJRtYRR1WFZaljtaF/babEErmy5MXEjSMuaWsiz63v6FKbHPDDhh7zStOy bTseHQSmYVqyrQGPbmAskThaoT/icVlYKB6nQ/7i9OKhQY/K1ER9p+ZV9iK4v/eKza p6g8piL4RuTmpyzSc1GuhQttDKszaM8LtSKsevl4= X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.4 at isis.morrow.me.uk Received: by anubis.morrow.me.uk (Postfix, from userid 5001) id DA86315057; Thu, 23 Oct 2014 03:08:01 +0000 (UTC) Date: Thu, 23 Oct 2014 03:08:01 +0000 From: Ben Morrow To: jean-sebastien.pedron@dumbbell.fr, freebsd-stable@freebsd.org Subject: Re: 10.1 kernel device config for drm2 and kms drivers Message-ID: <20141023030801.GA2325@anubis.morrow.me.uk> Mail-Followup-To: jean-sebastien.pedron@dumbbell.fr, freebsd-stable@freebsd.org References: <20140911064731.GA15930@rwpc15.gfn.riverwillow.net.au> <54115D2A.5020802@FreeBSD.org> <20140911084624.GK2737@kib.kiev.ua> <20140911211428.GA6247@anubis.morrow.me.uk> <20140913204209.GA18072@anubis.morrow.me.uk> <20141021023235.GA77122@anubis.morrow.me.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141021023235.GA77122@anubis.morrow.me.uk> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 03:08:14 -0000 Ben Morrow wrote: > Quoth =?windows-1252?Q?Jean-S=E9bastien_P=E9dron?= > : > > On 13.09.2014 22:42, Ben Morrow wrote: > > > Previously, with syscons, I could usually scroll back after boot had > > > finished and the login: prompt appeared and get all the way up to the > > > start of the kernel messages (the Copyright line). > > > > > > Now, with vt, and loading radeonkms from rc.conf rather than > > > loader.conf, if I switch to the console, I can: scroll up through 8 > > > screens of kernel and userland console messages > > > > The history scrolling was rewritten in r271871 (HEAD) and r271973 > > (10.1). I believe your problem is fixed by this change. > > > > Can you confirm if 10.1-RC* works for you in this regard? > > I'll check as soon as I can. I've just tested 10.1-RC3, and this indeed appears to have fixed the problem. Thank you. Ben