From owner-freebsd-usb@FreeBSD.ORG Thu Jan 23 10:07:14 2014 Return-Path: Delivered-To: freebsd-usb@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 ESMTPS id 9D9B1793 for ; Thu, 23 Jan 2014 10:07:14 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id 5266C1A4D for ; Thu, 23 Jan 2014 10:07:14 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id EED7C100598; Thu, 23 Jan 2014 11:07:12 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id A79651607AC; Thu, 23 Jan 2014 11:08:02 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J5jbKu3a2Z+z; Thu, 23 Jan 2014 11:08:02 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id F28221607A9; Thu, 23 Jan 2014 11:08:01 +0100 (CET) Message-ID: <52E0EA0E.9020306@bitfrost.no> Date: Thu, 23 Jan 2014 11:08:14 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Gerrit_K=FChn?= Subject: Re: ATP USB flash failure (regression?) References: <20140122134116.1c589702.gerrit.kuehn@aei.mpg.de> <52DFC03F.6090002@bitfrost.no> <20140122154508.0958e414.gerrit.kuehn@aei.mpg.de> <52DFDBE8.10004@bitfrost.no> <20140122161205.77018862.gerrit.kuehn@aei.mpg.de> <52E01CCD.8010000@bitfrost.no> <20140123095901.23d9d9ea.gerrit.kuehn@aei.mpg.de> <52E0E6E0.2030000@bitfrost.no> <20140123110042.0177d63e.gerrit.kuehn@aei.mpg.de> In-Reply-To: <20140123110042.0177d63e.gerrit.kuehn@aei.mpg.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-usb@FreeBSD.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 10:07:14 -0000 On 01/23/14 11:00, Gerrit Kühn wrote: > umass0: 4> on usbus1 umass0: SCSI over Bulk-Only; quirks = 0x4000 > umass0:8:0:-1: Attached to scbus8 Hi, At least the quirks changed. I suspect you need to physically re-power the device and add the quirk to usb_quirk.c, because the device does not appear to recover. Looks like the bad SCSI state is permanent. Thank you! --HPS