From owner-freebsd-current@FreeBSD.ORG Fri Oct 28 21:38:33 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 4E434106566B for ; Fri, 28 Oct 2011 21:38:33 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0813C8FC14 for ; Fri, 28 Oct 2011 21:38:32 +0000 (UTC) Received: by qadz32 with SMTP id z32so5527340qad.13 for ; Fri, 28 Oct 2011 14:38:32 -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 :cc:content-type:content-transfer-encoding; bh=TflxDpw4FNp071xFNZMJC8lDFlFBIjMjYbTt6pgj2js=; b=iMBAZGi2wUSK0K3QH8jAWipr/nL3JfMB8DXx/+YizesnJH3029tM4VoGc29QH/Dc2n fD/zbicAHpDJ260lVCGYrsvb1t6BPxBTWKA7cZXscJt2VI9EK0EQYNICXiYAR1SonNR+ MTHfFL0sI0E+WuxRVsTPWx8/FjRwwQabjaPPc= MIME-Version: 1.0 Received: by 10.182.51.103 with SMTP id j7mr1011861obo.36.1319837912135; Fri, 28 Oct 2011 14:38:32 -0700 (PDT) Received: by 10.182.122.33 with HTTP; Fri, 28 Oct 2011 14:38:32 -0700 (PDT) In-Reply-To: <20111028204706.GA57454@sandvine.com> References: <20111028204706.GA57454@sandvine.com> Date: Fri, 28 Oct 2011 14:38:32 -0700 Message-ID: From: Garrett Cooper 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, 28 Oct 2011 21:38:34 -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. > > The posted patch (against RELENG_8_2) basically adds the following new > command to camcontrol: > > camcontrol fwdownload [device id] [generic args] <-f fw_image> [-s] > > I would appreciate it if FreeBSD experts in this area of code would > take the time to review this patch. This is awesome! I'm not a CAM expert, but I'll definitely take a look it this weekend. -Garrett