From owner-freebsd-current@FreeBSD.ORG Fri Nov 4 02:05:56 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 962BA106567B for ; Fri, 4 Nov 2011 02:05:56 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 21BC48FC14 for ; Fri, 4 Nov 2011 02:05:55 +0000 (UTC) Received: by bkbzs2 with SMTP id zs2so2279832bkb.13 for ; Thu, 03 Nov 2011 19:05:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=e3tPaOLNc9lcmCdr1O4J4eSqCUovSf++0v12vbHWbJs=; b=BzQl0nDFe7gZIueLkiH9hk2aAhUk3i7vsa/6VwQ68GHy/V4rSFGZN7xn1J7acbvPbE 7F7ZxFBdgWDpNZQQ2E6mUpHcuMr4mtCjZApoJHWXU2dSpyXCFSLeFmcX7akcgAjKEXEO DNwqi4hcBstpX5zEyhnR5LtoVAKd7K8K5OUCI= MIME-Version: 1.0 Received: by 10.204.147.215 with SMTP id m23mr10109690bkv.84.1320372354855; Thu, 03 Nov 2011 19:05:54 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.204.39.12 with HTTP; Thu, 3 Nov 2011 19:05:54 -0700 (PDT) In-Reply-To: <20111028204706.GA57454@sandvine.com> References: <20111028204706.GA57454@sandvine.com> Date: Thu, 3 Nov 2011 19:05:54 -0700 X-Google-Sender-Auth: Cc0n2sP47qxUlSAxkJ22pMiD7f8 Message-ID: From: Craig Rodrigues To: Nima Misaghian Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: Adding disk firmware programming capability to camcontrol X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2011 02:05:56 -0000 On Fri, Oct 28, 2011 at 1:47 PM, Nima Misaghian w= rote: > Hi, > > I have got code developed by Andre Albsmeier that is capable of > programming firmware of hard drives from several vendors and =A0turned > it into a camcontrol command. +1 I took a look at your patch and it looks great. I have worked on a storage product before where there was a requirement to reprogram the firmware of hard drives. On tha product= , proprietary Windows tools had to be used. It would have been nice to be able to use camcontrol in FreeBSD. I think the patch is fine in its current form. Very few "regular users" need to reprogram hard drive firmware. It is a special administrative operation. --=20 Craig Rodrigues rodrigc@crodrigues.org