From owner-freebsd-current@FreeBSD.ORG Fri Oct 28 22:43: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 ACDF0106566C for ; Fri, 28 Oct 2011 22:43:33 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from orthanc.ca (orthanc.ca [IPv6:2607:fc50:1000:8200:216:3eff:fe2c:dc8f]) by mx1.freebsd.org (Postfix) with ESMTP id 828238FC0C for ; Fri, 28 Oct 2011 22:43:33 +0000 (UTC) Received: from orthanc.ca (localhost [127.0.0.1]) by orthanc.ca (8.14.4/8.14.4) with ESMTP id p9SMhTQf026918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 28 Oct 2011 15:43:30 -0700 (PDT) (envelope-from lyndon@orthanc.ca) Received: (from uucp@localhost) by orthanc.ca (8.14.4/8.14.4/Submit) with UUCP id p9SMhTvB026917; Fri, 28 Oct 2011 15:43:29 -0700 (PDT) (envelope-from lyndon@orthanc.ca) Received: from gandalf.orthanc.ca ([172.16.0.3]) by legolas.orthanc.ca (8.14.5/8.14.5) with ESMTP id p9SMhRoF077089; Fri, 28 Oct 2011 15:43:27 -0700 (PDT) (envelope-from lyndon@orthanc.ca) Message-ID: To: mj@feral.com, freebsd-current@freebsd.org From: "Lyndon Nerenberg (VE6BBM/VE7TFX)" Date: Fri, 28 Oct 2011 15:43:27 -0700 In-Reply-To: <4EAB2D38.4040200@feral.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: 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 22:43:33 -0000 > The linux hdparm program is so paranoid about this that you have to use > extra arguments like "--yes-really-destroy-my-disk-drive" to do this. I concur. Loudly. The ability to brick your hardware is just too large to not make people go through the "I tell you three times" dance. It's not like people will do this often enough that the pain will be fatal. And if it is, they ought to be bright enough to know how to automate the process. --lyndon