From owner-freebsd-ppc@FreeBSD.ORG Fri Nov 16 22:46:55 2012 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B4C93F8 for ; Fri, 16 Nov 2012 22:46:55 +0000 (UTC) (envelope-from michael@kryptos-security.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id ACEF98FC12 for ; Fri, 16 Nov 2012 22:46:54 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id l1so4326440vba.13 for ; Fri, 16 Nov 2012 14:46:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=F+x/vwKRybnPoH1+KHcDFF1axxUymu9kiQxfAhCRgW8=; b=cJVnUpnhbOnheuur4d3MFVoyUqC9qCPDghK6IRvJUyZaiqGVhReHuYsr9NZBaCHnWx Zlt83j8AOR3VR5SwNvkKDfWUfgJraw/gmWeCj+eOORXHgQti85SQMykNiWcPuIM8vZDq EZ6kNr+V/qtTYzE8FZtJVP/wo0pjSXBVU6wzgKDUvMb0ar5ymR0QQUhudhBxBpJ8GAQg maRPFBvLVXq8nRU4YlZGp6sgGD9e6LI1uveOvOfgEYmKDGQvcJO8uYf10IYSIFEt46dZ Vuh1uqsNx33HeR8hlM2YcMPi8TOwtpiv2TeLmZnY+NuRBdUZh+NdcQTVsx5HkhaAgAsF nkUQ== MIME-Version: 1.0 Received: by 10.52.16.110 with SMTP id f14mr5767560vdd.8.1353106013727; Fri, 16 Nov 2012 14:46:53 -0800 (PST) Received: by 10.58.238.170 with HTTP; Fri, 16 Nov 2012 14:46:53 -0800 (PST) X-Originating-IP: [98.231.6.79] In-Reply-To: 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> <50A6A908.8080206@gmail.com> Date: Fri, 16 Nov 2012 17:46:53 -0500 Message-ID: Subject: Re: PPC DRM graphics testing From: Michael Copeland To: matt X-Gm-Message-State: ALoCoQmTaO53oWpVoCvW9cIL1pJoo7N4Xfulgq8yo359UgAbUvVEiSV0Sy5mNOuYsBIr5UyrmzL4 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: x11@freebsd.org, Justin Hibbits , freebsd-ppc@freebsd.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2012 22:46:55 -0000 http://pastebin.com/3cVgh5ej ATY_Prionace.thinned.ppc.strings This is the driver, thinned of i386 binary, output of strings -n10 There are also three sections of compressed data in the file. michael@thinkpad:~$ binwalk ATY_Prionace.thinned.ppc DECIMAL HEX DESCRIPTION ------------------------------------------------------------------------------------------------------- 795 0x31B LZMA compressed data, properties: 0xB0, dictionary size: 16777216 bytes, uncompressed size: 671088640 bytes 295611 0x482BB LZMA compressed data, properties: 0x98, dictionary size: 33554432 bytes, uncompressed size: 524288 bytes 297653 0x48AB5 LZMA compressed data, properties: 0x80, dictionary size: 327680 bytes, uncompressed size: 4063232 bytes michael@thinkpad:~$