From owner-freebsd-x11@FreeBSD.ORG Fri Nov 16 20:59:01 2012 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC93FE63; Fri, 16 Nov 2012 20:59:01 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 677248FC14; Fri, 16 Nov 2012 20:59:01 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id z9so1391347dad.13 for ; Fri, 16 Nov 2012 12:59:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=GzTPSKN3xoMk6FWAdIipXJ21HtbCEh9heelQ0znTJ3Y=; b=eS+kHmvGJpRdBoFbROuCpuEAiiIZqgZf6iLwVQCqgzLqO8qm/0sFO5ytjXJ/ptSAa/ 8SyK3SBjwEr2FVcAmnFIX5FuAKe8Y4N/cMh8GRNCQb9YpfultSNdweU8B4vlCvM84+X9 ZESmReRq/iKZksEoXeLQTxdoFP3xz/KDbQccnQZGWkXmTiBMkarISVZFbsFbVfDh9L1c BmeD5XZXhE6CCnC0c1gzhhfZtymiNLZ9oSy4Bb5zO9ltro4MKbpAk9GgKEhlTXEdEJxi 2TJhJhGf9J4a/nkCgr0+mfQ8KPAEgd/Mppz16L6wRngHnlJWR82rgzvfRgpr64Lrg/mX BA6w== Received: by 10.68.213.6 with SMTP id no6mr12836860pbc.113.1353099540926; Fri, 16 Nov 2012 12:59:00 -0800 (PST) Received: from bakeneko.local (108-213-216-134.lightspeed.sntcca.sbcglobal.net. [108.213.216.134]) by mx.google.com with ESMTPS id i10sm1608127paz.17.2012.11.16.12.58.58 (version=SSLv3 cipher=OTHER); Fri, 16 Nov 2012 12:58:59 -0800 (PST) Message-ID: <50A6A908.8080206@gmail.com> Date: Fri, 16 Nov 2012 12:58:48 -0800 From: matt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.10) Gecko/20121106 Thunderbird/10.0.10 MIME-Version: 1.0 To: Michael Copeland Subject: Re: PPC DRM graphics testing References: <50972E9E.3010101@gmail.com> <50974ECD.5010702@fgznet.ch> <50988FE0.9030806@gmail.com> <50989EA0.5020509@fgznet.ch> <5098CA4F.7020306@gmail.com> <509A8B3D.8030703@fgznet.ch> <509A9D11.6010605@gmail.com> <509A9FD4.4050403@fgznet.ch> <509ACFAA.8050802@fgznet.ch> <509CA2FF.7070902@gmail.com> <509D7BC5.1020301@fgznet.ch> <50A008D5.2060003@fgznet.ch> <50A1CA6D.40907@gmail.com> <20121114165618.18affd74@narn.knownspace> <50A56177.9060601@gmail.com> <50A58331.9060305@gmail.com> In-Reply-To: X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: x11@freebsd.org, Justin Hibbits , freebsd-ppc@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2012 20:59:01 -0000 On 11/15/12 17:11, Michael Copeland wrote: > After doing some reading, the mac edition of this card does not have the > rom on it, appears to be in the os x driver itself, and is downloaded to > the card when xnu kernel boots. So, if you don't have a 10.5.8 install disk > handy, I'll dig mine up and install it on mine and see about ripping the > rom out of there. You will have to modify the driver to use this rom, as > I'm certain it's quite dissimilar to the pc version of the rom. > I have 10.5.8 installed, and the original CD as well as the update. There are a few ATI kexts, one has a name similar to Prionace (this is the OFW name for the card) and is 788k. Not sure what size we're looking for...Does sysutils/binwalk identify/pull PCI ROMs yet? Between that and hexedit are my usual tools for firmware analysis. Unfortunately I might not be able to hack on this till after Thanksgiving. Matt