From owner-freebsd-stable@FreeBSD.ORG Tue Oct 21 02:32:41 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 325CAA79 for ; Tue, 21 Oct 2014 02:32:41 +0000 (UTC) Received: from isis.morrow.me.uk (isis.morrow.me.uk [204.109.63.142]) by mx1.freebsd.org (Postfix) with ESMTP id 0AD89E62 for ; Tue, 21 Oct 2014 02:32:40 +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 C61664508A; Tue, 21 Oct 2014 02:32:38 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 isis.morrow.me.uk C61664508A DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=morrow.me.uk; s=dkim201101; t=1413858759; bh=rOIUocmsebBmtByKl94qacPCY6NxTUYUupa+GeijnB4=; h=Date:From:To:Subject:References:In-Reply-To; b=U5hfOv1uPGppY0HfZrK37zI6DiJKROymv/yVhwki23yQTVE4RO07INR5+xfIDXk5w sGlmwg3cwdSs0VjHjDiBs9yibnkzvS7+zWP0crH8aFM/kTJ7eRxxtqvji+GP6G247N TvkkfpGo5y0NGVxDw9DWsNMPeFLNimIhZP/5OjBY= 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 3B7A8150A1; Tue, 21 Oct 2014 03:32:37 +0100 (BST) Date: Tue, 21 Oct 2014 03:32:37 +0100 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: <20141021023235.GA77122@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <544405E8.9010503@dumbbell.fr> X-Newsgroups: gmane.os.freebsd.stable 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: Tue, 21 Oct 2014 02:32:41 -0000 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. Ben