From owner-freebsd-chromium@FreeBSD.ORG Fri Oct 10 13:49:46 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69B6C306 for ; Fri, 10 Oct 2014 13:49:46 +0000 (UTC) Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F8C8BE6 for ; Fri, 10 Oct 2014 13:49:46 +0000 (UTC) Received: by mail-oi0-f44.google.com with SMTP id x69so6572905oia.3 for ; Fri, 10 Oct 2014 06:49:45 -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:content-type; bh=uSyhKrQSlhPwpn9JO5tBf+r5el/9s1XwupDDerubhvA=; b=NYFRZLXqShcFf+HmZttxvYEKt0RBC17mhZnZwQSf2jM+XI/0v0k8FH/AsnQF67so8P nCLWb4fMvlXzAfT54jkhqRGmWDMEDBmJaLnriXl/zRgUXTHPcxaiqC345VMOeEjYdeG6 wqKnqxchYnTb9hUPoxgOfdvxOviVZIFH88pHl6fs2MqrcPzC7xUOLQ5g5caZH5xi21zn d/GNqj+F9RcsIzRikIgR2qY83LFTH6y9ZrLZ2MkScJ+wJ05w2DXEU55iZR3686cRtCio /PSc1Wq/S3bdyEHOsEk6kNYrm2UiXm1VttM1gZi5yOVJjv8RdEtti8lQgTuopF7mMAMl HOPQ== MIME-Version: 1.0 X-Received: by 10.182.126.233 with SMTP id nb9mr2548520obb.46.1412948985573; Fri, 10 Oct 2014 06:49:45 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.182.19.133 with HTTP; Fri, 10 Oct 2014 06:49:45 -0700 (PDT) In-Reply-To: <829b0ccb39f267e75374c9ffb1336eb9@webmail.olejniczak.info> References: <5ac44d10173d6a0a05ac1ffb39032ec1@webmail.olejniczak.info> <829b0ccb39f267e75374c9ffb1336eb9@webmail.olejniczak.info> Date: Fri, 10 Oct 2014 15:49:45 +0200 X-Google-Sender-Auth: Xra4BI4W_8MZH2cIjQN9GyBYOzA Message-ID: Subject: Re: chromium 38 up for testing From: =?UTF-8?Q?Ren=C3=A9_Ladan?= To: Tomek , chromium-list freebsd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 13:49:46 -0000 (added chromium list to keep conversation public) 2014-10-10 15:43 GMT+02:00 Tomek : > Hi, > > One other question regarding chromium 38 - why did You remove all linux > code responsible for gpu recognition? > It works fine, even the libpci dependency - the only thing is that their > implementation needs rw on /dev/pci but we can replace libpci with simple > /dev/pci scan... > > Does it work or even build for you? It didn't here, so that's why I disabled it. Feel free to invent something working though ;) Regards, Ren=C3=A9