From owner-soc-status@freebsd.org Tue Jun 28 15:50:37 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 9B06BB8175E for ; Tue, 28 Jun 2016 15:50:37 +0000 (UTC) (envelope-from bhimanshu1997@gmail.com) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::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 619A7225F for ; Tue, 28 Jun 2016 15:50:37 +0000 (UTC) (envelope-from bhimanshu1997@gmail.com) Received: by mail-oi0-x236.google.com with SMTP id r2so28675143oih.2 for ; Tue, 28 Jun 2016 08:50:37 -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=AnnoB+3YZ4STtST1Rh1UBWXznwfGCXomlGmTCuBfKA4=; b=J1nX1vUXUHF+blEYLYldFKOyO2GwjEGgp8joSSX6sU90PqrB4wca5TOivvFrDkVe2x IhHXr9gJ5R3aPUkM0PUcOGw1Zpkwakp/DNOx1dk+YWuv+wQDf8b4xAEkGRUBrIcYgYgI ftc5fBgtxdt6j++2gWHRXadYHGUfcfHU/MMjTeQ+tj7ihHjPhCUfhL4PqRape0XmuCR/ yokfQP/VgKHpbn/hfj6+8a6ZpxCEpBlqljHUgUC/7qDr9ZfnJEYYiZeGy+syOS4Tzxe0 o+mnd3UHx+LqUxl3pWs2MdXuBtg5+b5SjCTkmmxwWygPbyjcIrXjkz93FyKTsIkHR75N uN4g== 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=AnnoB+3YZ4STtST1Rh1UBWXznwfGCXomlGmTCuBfKA4=; b=evdpV/NNxxv9TrgA4Smf8Y6mL2Fsr5UuIkH1ItkIskM+uCKbLrYidzNu18ibX//xsV aW4y4Im2x6Y0hGIyRfrne3p2nbEqBcT/kaDcdiD15tDH+z23r93SzK9nvg5pr2stcR9N r230XovgSzmKNZ0E+ZK1i6vdXkX1JBm03X8OW13IPOXpnPdCeweSh4E12/7lWwsyuLoa AcPsSqb1nDXWCugWrH2c8AgdXkxelQ46j3Jm1gGQvm0iXU8pAu2S9Io15nU/D/rCGuUV ZyCTqTn/3AJayzPWVbF+wEDA276QqRfLBuTutLudxJ/lrBlwDoOhiCfa/Ubvrl8G0Cvk c2zg== X-Gm-Message-State: ALyK8tKu6InXK8Nv1bxzqBxPGjwpTlM7wWe1tGrK33jdE5VOVAL9rAkqqk0w0N4kl+FUOnQ52AOOYeQu9gDjqg== X-Received: by 10.202.74.9 with SMTP id x9mr2273895oia.165.1467129036666; Tue, 28 Jun 2016 08:50:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.170.146 with HTTP; Tue, 28 Jun 2016 08:49:57 -0700 (PDT) In-Reply-To: References: From: Bhimanshu Kumar Date: Tue, 28 Jun 2016 21:19:57 +0530 Message-ID: Subject: Fwd: Add SCSI passthrough to CTL 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: Tue, 28 Jun 2016 15:50:37 -0000 *Introduction : *CTL is the FreeBSD SCSI target layer. There are various SCSI commands, but it's usually used for block-level access. This projects focuses on making CTL capable of providing physical optical drive as a whole to the initiator machine Link : https://github.com/bhimanshu1997/freebsd Report: last week i added following things to this project: 1. modification of conf_apply of ctld.c 2. updated ctl.conf.5 file , added content about passthrough.