From owner-soc-status@freebsd.org Thu Jul 7 07:03:29 2016 Return-Path: Delivered-To: soc-status@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 E9ED3B21085 for ; Thu, 7 Jul 2016 07:03:29 +0000 (UTC) (envelope-from kiloreux@gmail.com) Received: from mail-vk0-x236.google.com (mail-vk0-x236.google.com [IPv6:2607:f8b0:400c:c05::236]) (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 A57BC1AA1 for ; Thu, 7 Jul 2016 07:03:29 +0000 (UTC) (envelope-from kiloreux@gmail.com) Received: by mail-vk0-x236.google.com with SMTP id b192so9398771vke.0 for ; Thu, 07 Jul 2016 00:03:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=2xY5Iw9AWcx/I9U2XcIpczEdAA8pekVfDuG/58TMryk=; b=PIpmAQSI0fiegNDDpTUE0MXDu0/pnjKzidYNQK3SHu5HKXFTw5oVCLCM6j86zUb2Gs SD9iR4Gy9yvPhOmzjdwjPpX5E9xIjsOiDoGUEPgS3mK6Eh9zojM5aEVZwKzoiFjooi1y nPDTtUDovB4oqwqUKnYcsNMi3LCAhL1sfpU7OQgj/3+Zklv4Sp7lNq/VyHbkJH4+xgdb MK97O8AuuOknWugdPxavDGB3zK6yprvuDK06t4TZYO5qteJJgb9xvSQcb3riMx5yITlm VVJAe43Smt5+8VQDlSnI4es1kFVCuPV3P7eZFSgcSnE1iRJTWQVo18bHhwgvqHBDbWlH WeAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=2xY5Iw9AWcx/I9U2XcIpczEdAA8pekVfDuG/58TMryk=; b=O3QhZDESnqn09ZdNZcP+NenEJ++xRT4kTkZietOtU+tonXf0NiPhJy4weCvWBVREO1 i/dtOvLbRiMWhCng22BDqkv4c6oSl65K/roIkIJ/A4klVQ+YyhP4owBEE8WWrCHiBY7w 8tKDKNTvSZkFMkIH1zuNJz2Gwcpr8AoxjOQBFwgHVL2gGOumYseG8tioYykXnRzaRJSy FRKxH54h2CAOsEGrvdJaqNllkLiMPdsyrzOKSuCOWkDNCR+UZPQBndw1VgcUUUsR/UWs iEaDb377OgTjCOcli2fwLw1BIYwFawuA2Mz/FHbP4Gamquxwa3yz6UwyExg7WBfSEWJX nE8g== X-Gm-Message-State: ALyK8tIBXE78Nr3MqGRbJ+obcexXDTS/pBONQ6Yez2Iv0NXY/VPF7kc5ucQBerD5YP+7tn6ifWCCu9o056Omrg== X-Received: by 10.159.37.245 with SMTP id 108mr11854013uaf.66.1467875008612; Thu, 07 Jul 2016 00:03:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.95.71 with HTTP; Thu, 7 Jul 2016 00:03:28 -0700 (PDT) In-Reply-To: References: From: KILOREUX Emperex Date: Thu, 7 Jul 2016 08:03:28 +0100 Message-ID: Subject: Re: Implementing API to link sysctl nodes to devices. To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2016 07:03:30 -0000 Status update: We have decided to make calls from specific drivers to the generic query_device using an IOCTL code that is named QUERY_DEVICE_IOCTL, plans for this week and the next to finish the API and to link it for DRM. On Sat, Jun 25, 2016 at 7:13 AM, KILOREUX Emperex wrote: > Status update for this week: > > After a deep discussion about the design for the new API (which took a > little bit longer than planned), and for me to investigate the community > feedback (Discussion here : > https://lists.freebsd.org/pipermail/freebsd-arch/2016-June/017817.html) , > I have started the implementation of the API inside the kernel, I am a bit > late behind schedule due to unpredicted circumstances, but will be working > 18 hours a days for the next week to catch up, I started the implementation > of the API inside the kernel yesterday, so breking it down: > * Initial API design: done > * Implementation : Working on it >