From owner-freebsd-ppc@freebsd.org Thu Aug 6 12:22:59 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 12E879B4376 for ; Thu, 6 Aug 2015 12:22:59 +0000 (UTC) (envelope-from knowledgeispower80@gmail.com) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (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 E244610B0 for ; Thu, 6 Aug 2015 12:22:58 +0000 (UTC) (envelope-from knowledgeispower80@gmail.com) Received: by igbpg9 with SMTP id pg9so10008222igb.0 for ; Thu, 06 Aug 2015 05:22:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0P+JXK779WV9YWEC5P/X6/IYrVsYkDyaBZCmExjM06g=; b=nMkRNMEzX3jxtryueg6Fb4jq3b5+issuZfpa2USm4nNGqN4Scabd2Zvv+xuwJk7/PB Ia1LOrYMHUThkZZNdtwhA5TzpLejA1G8sMoPnyLcPHB7ZWn1h4LPAqlD0e8zC7wLXrzX Dtq42qGKhllmoMbcu54jq4GHyNdhPBqYaxu58snKL/auKb9cJOhNE8ziP8k0VpZLtu9b HSSJKsd8FzuOfoLso1jWPYkqqMKHZCpJb7D8vVa14pbVZhq1O7lwCBisGnImRcfHfsWJ 3r2OJH/JmMUuJNb0pm2jd9ULe5oNklnaxxaluk0Lap69+l8hc5CCabn/rPKQV3m6t8bk p+GQ== MIME-Version: 1.0 X-Received: by 10.50.30.65 with SMTP id q1mr3196414igh.28.1438863778132; Thu, 06 Aug 2015 05:22:58 -0700 (PDT) Received: by 10.36.16.212 with HTTP; Thu, 6 Aug 2015 05:22:58 -0700 (PDT) Date: Thu, 6 Aug 2015 08:22:58 -0400 Message-ID: Subject: kms on powerpc64 From: Roosevelt Littleton To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 12:22:59 -0000 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