From owner-soc-status@FreeBSD.ORG Sat Jun 13 09:48:58 2015 Return-Path: Delivered-To: soc-status@hub.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 1F403F90 for ; Sat, 13 Jun 2015 09:48:58 +0000 (UTC) (envelope-from neerajrawat2011@gmail.com) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (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 DFC2E9D6 for ; Sat, 13 Jun 2015 09:48:57 +0000 (UTC) (envelope-from neerajrawat2011@gmail.com) Received: by igblz2 with SMTP id lz2so24172166igb.1 for ; Sat, 13 Jun 2015 02:48:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=PDrFqOhWCYNpPmSqd/zLXYCg7dGchnZDW2UBtxQS7r4=; b=CEdgKxaE3BlekriauTDYqJ1g7SoGKZWD5zcALcyMOBB7wZo4xF8TtaWMMXyELJNomE vYeV7iKBjlbiAx/E0G/XdFlXwGJpNy07/B16B3kQZr1+7fmz4sNTErbA9wFTtXAMrmF/ JucMbcby6ONFeCPyz5y0U/xYSLAmLACJIWiYuHLTtLzWq+m5ynyx6NsgyBqG3Csog2za OtynSQmeFyCv2wWzUCyb1LmJ3Tu7Gk3c9h2jw1WquYqvEe7f4junH4x2ggA+33tlysdn yKG4W/jGSr+4xeXRgSA+OL2h9/gbrD18OzrAaTjrEwgnuaUZWomje/+rWGK3y8oj3Cs7 /DCA== MIME-Version: 1.0 X-Received: by 10.50.109.138 with SMTP id hs10mr9640950igb.48.1434188937349; Sat, 13 Jun 2015 02:48:57 -0700 (PDT) Received: by 10.64.41.135 with HTTP; Sat, 13 Jun 2015 02:48:57 -0700 (PDT) Date: Sat, 13 Jun 2015 15:18:57 +0530 Message-ID: Subject: weekly report-2 "Add cd emulation in CTL" From: Neeraj Rawat To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 13 Jun 2015 09:48:58 -0000 Report for WEEK-2 : I am reading code and making changes to the CTL code at head/sys/cam/ctl. I have created a freebsd code repository in github by forking from http://github.com/freebsd/freebsd/ My repository URL is : http://github.com/neerajrawat/freebsd I added code lines with which lun could represent itself as CD lun. T_CDROM device type needs to be set for the lun. And T_CDROM is added in the ctl code so that scsi could create cdX device in /dev. "I committed code in my github repository." regards Neeraj