From owner-soc-status@FreeBSD.ORG Fri Jul 8 19:12:04 2011 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 41FD4106564A for ; Fri, 8 Jul 2011 19:12:04 +0000 (UTC) (envelope-from dudinskyj@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 055908FC17 for ; Fri, 8 Jul 2011 19:12:03 +0000 (UTC) Received: by gwb15 with SMTP id 15so1131620gwb.13 for ; Fri, 08 Jul 2011 12:12:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Cg5inpAF96zBTrsijhuwX3KOM3BAJO2WXkV9vW9OQ/A=; b=btsp8hbN2rv61bu5AvsA1fdqcnE52Dv6KuJ42XgXqRMVG1NtFZxgylL0K/dTVpZ9XG RT/4hDfOe+zQ5CvPrPpv2Wr0+XnkXBVuudcpVfOFDr+3gdtZ61ckE3MexTfNF3zBxvjE 8iYaZIEaRw08S5B7/VyK/8N6oHq/x/2QP9P90= MIME-Version: 1.0 Received: by 10.150.160.20 with SMTP id i20mr2010681ybe.232.1310152323273; Fri, 08 Jul 2011 12:12:03 -0700 (PDT) Received: by 10.151.109.2 with HTTP; Fri, 8 Jul 2011 12:12:03 -0700 (PDT) In-Reply-To: References: Date: Fri, 8 Jul 2011 22:12:03 +0300 Message-ID: From: Oleksandr Dudinskyi To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Sat, 09 Jul 2011 05:14:32 +0000 Subject: Re: 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: Fri, 08 Jul 2011 19:12:04 -0000 Hello In this week I create in devstat(9) a structure devstat_device_error where stored the number of errors. Here recorded errors that discovered in cam. in next week i create a option-E in iostat for output of these errors. For testing I use variable status_test similar CAM status. In which specifies the error in the driver.