From owner-soc-status@FreeBSD.ORG Sat Sep 7 16:26:48 2013 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38F2DA58; Sat, 7 Sep 2013 16:26:48 +0000 (UTC) (envelope-from zxyu.core@gmail.com) Received: from mail-bk0-x22d.google.com (mail-bk0-x22d.google.com [IPv6:2a00:1450:4008:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1AA928ED; Sat, 7 Sep 2013 16:26:47 +0000 (UTC) Received: by mail-bk0-f45.google.com with SMTP id mx11so1747086bkb.32 for ; Sat, 07 Sep 2013 09:26:45 -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:cc:content-type; bh=/FoAE18ECIX/Ej+olgT3udoZqP69AX8567ym/f16P3c=; b=ZcJ3QYM54ZLs3obT09KoeyvVBxxwylmjr+vgfdQiCWkalxnPB2zSVBHoVJhenxlWZV gL8rMl0wRdAgNSkAYFqaN0BIvKJyG9a4rJ71fWsMZI5DEU2b2wUzEchlulzeXtb/fWLM o8ZmT8UJ3RnDwOOhBNZXHpmzYC5HEMiRo5DlrLW+CSMYsZZFacUkJDODDPzDXoPakrfV cpY+Ed9vKPCncGJr273dh2OityGCTP842Bmrm7FjsBucCZGDNJ+WSrSLZZJ09FD0QhKM dvFQHiGVRCcBuihVW9jsWor5IsFETG4L6OMijRscwqwpNDmw+q3obmorIEPXV0YqXPsq HVrw== MIME-Version: 1.0 X-Received: by 10.205.10.132 with SMTP id pa4mr7321096bkb.15.1378571205874; Sat, 07 Sep 2013 09:26:45 -0700 (PDT) Received: by 10.204.238.138 with HTTP; Sat, 7 Sep 2013 09:26:45 -0700 (PDT) Date: Sun, 8 Sep 2013 00:26:45 +0800 Message-ID: Subject: Weekly report of the passed two weeks From: zhixiang yu To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Alexander Motin X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Sep 2013 16:26:48 -0000 Hi all, During the past two weeks, I successfully completed ata command emulation. The emulation passed some simple tests: 1. make partition 2. make label 3. format as ufs 4. copy and compare 5. umount and mount, then compare again You can try it yourself ;) The ATAPI commands' support is on-going. Maybe finished by next weekend. I won't need the same much time as ATA because I'm more familiar with read/write emulation. Thanks