From owner-freebsd-stable@FreeBSD.ORG Fri Jul 18 14:48:05 2014 Return-Path: Delivered-To: freebsd-stable@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 07B67111 for ; Fri, 18 Jul 2014 14:48:05 +0000 (UTC) Received: from constantine.ingresso.co.uk (constantine.ingresso.co.uk [IPv6:2a02:b90:3002:e550::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C50E92C03 for ; Fri, 18 Jul 2014 14:48:04 +0000 (UTC) Received: from dilbert.london-internal.ingresso.co.uk ([10.64.50.6] helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1X89S6-0008FS-G5; Fri, 18 Jul 2014 14:48:02 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.82_1-5b7a7c0-XX (FreeBSD)) (envelope-from ) id 1X89S6-0004D4-Do; Fri, 18 Jul 2014 15:48:02 +0100 To: freebsd-stable@freebsd.org, jean-sebastien.pedron@dumbbell.fr Subject: Re: Problems loading RV620 firmware In-Reply-To: <53C92E27.1040300@dumbbell.fr> Message-Id: From: Pete French Date: Fri, 18 Jul 2014 15:48:02 +0100 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 14:48:05 -0000 > I think we forgot to update the xf86-video-ati port after the Radeon > driver was merged to stable/9. > > Can you try the following commands? > cd /usr/ports/x11-drivers/xf86-video-ati > make -V PORTVERSION > > What is the output here? I expect 6.14.6. Yup, 6.14.6 - and I just did an 'svn update' on the tree, so thats the latest ports tree. > Then, apply the attached patch, which will modify the Makefile, and > rerun the make(1) command above and note the output. > > If it says 7.2.0, you can build and install the port. OK, will give it a try, thanks :-) -pete.