From owner-soc-status@FreeBSD.ORG Sun Jul 29 10:33:22 2012 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8064106564A for ; Sun, 29 Jul 2012 10:33:22 +0000 (UTC) (envelope-from dudinskyj@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6F66B8FC0C for ; Sun, 29 Jul 2012 10:33:22 +0000 (UTC) Received: by obbun3 with SMTP id un3so9298664obb.13 for ; Sun, 29 Jul 2012 03:33:22 -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=i3NjwN29jsaUgx0S4RX30mMP3op+QKXVF4Y5WyjWC+Q=; b=OzGgs0iquYDZ6nBfQNasU5F7kJeK6eZCX2Es7sUCcfpxw0/M1FRE7GgKixaCUjS6El igKdP4tO7vrNuUgzbaAebX2HuvvlFRDDfaruWmwepJIVylhsnGvN6I9JHn/I9hDkmDml XC6aKHh+kbJkUpsFx+cBiJz5l2PeTjfN+nOGnM6hfdOfdfpBPE0Lp8tIQKgNTHKc6z4q htRHxcFt1V2t6oBXzpYIBq+wAsHyICFjPCugIUKpsvRrra8gEZuO9/xdoSczBeJxXsBp lXsT2Q4GV7JRvQYtCfbwQMfl+6OkPdKOc1L9Ta4olgHabk0ctrs6cvFUXPG60WzO5jOA 6+AQ== MIME-Version: 1.0 Received: by 10.60.29.228 with SMTP id n4mr11874710oeh.27.1343558002111; Sun, 29 Jul 2012 03:33:22 -0700 (PDT) Received: by 10.182.24.168 with HTTP; Sun, 29 Jul 2012 03:33:22 -0700 (PDT) Date: Sun, 29 Jul 2012 13:33:22 +0300 Message-ID: From: Oleksandr Dudinskyi To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Status report X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 29 Jul 2012 10:33:22 -0000 Hi. At current time I work on ioctl part of my driver UDF in sys/cam/scsi/scsi_cd.c . There are some problems because it is very different from realization in NetBSD. But I and my mentor working on it. And I think by the end of next week finish it. -- Regards, Oleksandr Dudinskyi.