From owner-freebsd-ppc@freebsd.org Thu Aug 6 19:14:38 2015 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06FBD9B551B for ; Thu, 6 Aug 2015 19:14:38 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C954A132B for ; Thu, 6 Aug 2015 19:14:37 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by iodb91 with SMTP id b91so31082220iod.1 for ; Thu, 06 Aug 2015 12:14:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=U+eQKbjaOyxBiezDIPkxB/zslqzGOwWDDtSJavxRuCg=; b=M8WKuibjzN9CzrUEW9R0KIS9KTO9U1oxScTCL19jUDV6MOhsHmTU2XWto5ZGm9w29t ixVPa+wJ8vW6ZAnA3TlfUzthONoWssmMX3CXRb807ZAVdTJckGIO1TSeHEYu3MSH3YoQ 6In8NyCt1ERu/6YXwEeiIwg+waqly80RXwvqi6qn/J372rW5pwF0wH8IDKJ3zDb4c9t2 Y4YTP2imwIMz6uXDx6syo5B9V5ONjJMdar820PEHj+6Ya85xWmnPtz7VMLh+UEloXao9 SEY7xHgq/3Pc/pS4wVuion4JSYREkYNNu5RxENBPrWf4pMdLoaQyJgkm3ZBIMxG0pSJ2 TXEg== MIME-Version: 1.0 X-Received: by 10.107.137.154 with SMTP id t26mr4413605ioi.13.1438888477229; Thu, 06 Aug 2015 12:14:37 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.36.121.149 with HTTP; Thu, 6 Aug 2015 12:14:37 -0700 (PDT) In-Reply-To: References: Date: Thu, 6 Aug 2015 12:14:37 -0700 X-Google-Sender-Auth: 6Hvi-Cn-scKpSXufjEXkYSzkHfY Message-ID: Subject: Re: kms on powerpc64 From: Justin Hibbits To: Roosevelt Littleton Cc: FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2015 19:14:38 -0000 I won't say that it's supported, since it hasn't been tested. However, it might work, and we definitely need testers who can send lots of feedback. I don't have hardware to test with. - Justin On Thu, Aug 6, 2015 at 5:22 AM, Roosevelt Littleton wrote: > So, in the Makefile powerpc64 is a supported arch. Will that mean the > PCIe x1900 for the Powermac 11,2 is supported using KMS? > > > sys/modules/drm2/radeonkms/Makefile > .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" > radeon_acpi= radeon_acpi.c > #radeon_atpx_handler= radeon_atpx_handler.c > .endif > > .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64" > radeon_ioc32= radeon_ioc32.c > .endif > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org"