From owner-soc-status@freebsd.org Tue Aug 7 03:09:34 2018 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF7D910711A9 for ; Tue, 7 Aug 2018 03:09:34 +0000 (UTC) (envelope-from lakhanshiva@gmail.com) Received: from mail-oi0-x244.google.com (mail-oi0-x244.google.com [IPv6:2607:f8b0:4003:c06::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49FB078F65 for ; Tue, 7 Aug 2018 03:09:34 +0000 (UTC) (envelope-from lakhanshiva@gmail.com) Received: by mail-oi0-x244.google.com with SMTP id 8-v6so26012331oip.0 for ; Mon, 06 Aug 2018 20:09:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=hqdOQ7yt7yGUww9citiA66mjJogzMGK4wQJq7D1YN7Y=; b=sYIE6RPvtJJxhBkJPH+ZYv0x4DQMNBkxYFIYmWhhZFevPKzZJla+gqyH6+Sn1qOzK8 koUWXvChtw5jwMXcXmRKK8gpwM4fqrsihIvJVsYyOLlTgiWn3BaoX+SM1HH9bsZK3bot Oelw2sVWaoJSgtT0w4wZ8ENLc4iI0sGQVKXduftwu5YnhUYS5yyeJqeK2Zid4HNKs661 jyb61xF2B8FtSUyPfMeyT8/mWTnRZWM2FDBiiDQhgmKPPN9d+3IQOBtbqRHimBP57bZj EpUeG8kHBZ/pCyMjSTTFdENRFriVLbqsfBAEeH6cb42Jaa0C1KTFM7QQN55GO7mdbv4u UrEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=hqdOQ7yt7yGUww9citiA66mjJogzMGK4wQJq7D1YN7Y=; b=F2EeXwvjP9D6PHh/Gzgvd6GlpUIHHNMwgQ0IQdzG34N5GGyHGaDJXMrZB2nkIeyXwJ MWfg2PTi16j6G3MqY+8EcMCidY7+m5n9rOT+J3k0wZ6CpPAXthPWe1pKT61VWJS09wI6 O/jax0YX2+Wm4S4xX/G+e72p+pM/INjUQ3zNfuTUOLWJ0gL1cok/XKuI6Gqe+CHAsG9t wmNDHH7YOszucs/QENZzRstRF8tmSLRwoTmmJZPCkiDYkUHoh5D/BUDpaSNjh7pzLYGy 2cmEWsrA3eYDyoSdoa877pCtV6oDLqA0AQafSQg33bTD/+A9VqIV6f3bvdsPb8RqxQj1 MEOw== X-Gm-Message-State: AOUpUlHolju4ahK1MQkU/slbC+RzvGSErkPBWjf1jIl9FjuDjSVJtL9F qFGxB6Pjl2gRB1uYv+14rHsIxfTwzK7Ob4hwjdjNocfo X-Google-Smtp-Source: AAOMgpdh5O7QdB1+IyIwMsgKgUBBT6LeZDCqCom2Z1pa9JZLdykF5LERZBRBJX11uaM7rQfeYMk/lomab+9G6Ue1TJE= X-Received: by 2002:aca:2dd1:: with SMTP id t200-v6mr18249806oit.152.1533611372997; Mon, 06 Aug 2018 20:09:32 -0700 (PDT) MIME-Version: 1.0 From: Lakhan Shiva Date: Mon, 6 Aug 2018 23:09:21 -0400 Message-ID: Subject: [GSOC-18] Convert PCI drivers to be table driven - Week 12 To: soc-status@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 07 Aug 2018 03:09:35 -0000 Hi All, We are nearing the end of the most exciting summer period. We all worked on some interesting GSoC projects and helped our Open Source communities as much as we can. It's time for documenting our work and consolidating the remaining work. I just evaluated my project and identified the need to document the macros that were created for this project- after discussing with my mentors. I have started documenting them- as man pages [1]. It will take the better part of this week. Last week, i worked on some of the PCI drivers like ntb_hw_plx, nlmsec, nlmrsa, nfe, nvme, ndis, ocs, ohci, pcbios, pcib, qla, qla80xx, ql, piix drivers [2] [3]. The phabricator reviews are present at [4] [5]. My project homepage is present at [6]. It still needs to be updated. It will be done in the early part of this week. Some useful information can be found in [7]. Thank you, Lakhan [1] https://github.com/bsdimp/freebsd/pull/14 [2] https://github.com/bsdimp/freebsd/pull/13 [3] https://github.com/bsdimp/freebsd/pull/12 [4] https://reviews.freebsd.org/D16594 [5] https://reviews.freebsd.org/D16540 [6] https://wiki.freebsd.org/SummerOfCode2018Projects/ConvertPCIdriverAttachmentsToTables [7] http://bsdimp.blogspot.in/2016/01/details-on-coming-automatic-module.html