From owner-freebsd-x11@FreeBSD.ORG Fri Mar 14 20:00:49 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71703970 for ; Fri, 14 Mar 2014 20:00:49 +0000 (UTC) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 313E88D3 for ; Fri, 14 Mar 2014 20:00:49 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id x13so3481139qcv.33 for ; Fri, 14 Mar 2014 13:00:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=ZqlPc2t81TD08e2JLlxhEfvf/J5ZC2i+qy25xtykY/U=; b=w7fd8hhr4hU1d/wQNN2LrQj9WxJ/rJTyFOMnhYSTw5I8wf0skXCOC1XSP2sGm0b3hl nlARxp3wJEZSdHw96L5HPtw41ICHR8CmXAW90WdEWOzDLiCCyCpdVekr3xjoZBxxJKdf 15w8FfHUxofz95UIeYREeKCpHUgZ1HEp3/feaM+RP++nUhFrAFATeB3JMeaLy9Gr5xWt ITIOTYcxzchmYzj6z8oq/a3ioM29E9LUE3FWgPOyvigLHqoz876ZzJZ/pC67iz9+mv7T 3ysiJ/j5Nf5rw5HrqNnoRwZAFhs8RY9Q9pL6yu/0Elbmv0dMpem90OQDsqywyzwBGFgs uIgQ== MIME-Version: 1.0 X-Received: by 10.140.102.45 with SMTP id v42mr11700031qge.5.1394827248326; Fri, 14 Mar 2014 13:00:48 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.140.28.135 with HTTP; Fri, 14 Mar 2014 13:00:48 -0700 (PDT) Date: Fri, 14 Mar 2014 13:00:48 -0700 X-Google-Sender-Auth: sEtVE50j_O0s5o0iMXxr82Fulf0 Message-ID: Subject: Importing code from Linux From: Justin Hibbits To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 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, 14 Mar 2014 20:00:49 -0000 (I hope I'm not coming off hostile with this, it's not my intent). Looking at https://wiki.freebsd.org/Graphics I see there's a WIP for importing DRM from Linux 3.8. When you do it, can you please keep in the non-x86 support? It's already behind #ifdef's, so won't be used in x86 code anyways. Big endian/non-x86 support was pulled out when merging in the Radeon KMS driver, which only makes enabling PowerPC support that much more onerous. Looking at the Linux code, leaving that in place does not add much complexity at all. I understand that you may not want to, or be able to, test non-x86, but that's worked around within the makefile already, ripping the code out becomes unnecessary then. I'll finish by thanking everyone involved in the work that's going into keeping the Xorg stack current. Thanks, Justin