From owner-freebsd-usb@FreeBSD.ORG Thu Jan 23 09:56:21 2014 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 297ED211 for ; Thu, 23 Jan 2014 09:56:21 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id D4C661954 for ; Thu, 23 Jan 2014 09:56:20 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id 063E810058F; Thu, 23 Jan 2014 10:56:18 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id B58A71607A0; Thu, 23 Jan 2014 10:57:08 +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 R7dI8dd4l07e; Thu, 23 Jan 2014 10:57:08 +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 E8BDF16077E; Thu, 23 Jan 2014 10:57:07 +0100 (CET) Message-ID: <52E0E780.8070004@bitfrost.no> Date: Thu, 23 Jan 2014 10:57:20 +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> <52E01DFD.5010603@bitfrost.no> <20140123100230.70b460af.gerrit.kuehn@aei.mpg.de> In-Reply-To: <20140123100230.70b460af.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 09:56:21 -0000 On 01/23/14 10:02, Gerrit Kühn wrote: > On Wed, 22 Jan 2014 20:37:33 +0100 Hans Petter Selasky > wrote about Re: ATP USB flash failure (regression?): > > HPS> 0x0100 means no quirks and only one LUN. > > Should I try that then? The latest try resulted in > > umass0: SCSI over Bulk-Only; quirks = 0x4000 > > HPS> BTW: In exactly what revision of 9-stable are you seeing this? > > 9.2-stable synced and compiled on Monday this week: > > --- > root@mclane:~ # uname -a > FreeBSD mclane 9.2-STABLE FreeBSD 9.2-STABLE #2: Mon Jan 20 12:10:52 CET > 2014 root@mclane.rt.aei.uni-hannover.de:/usr/obj/usr/src/sys/GENERIC amd64 > --- > > Do you think it is worth trying to update again? > > > cu > Gerrit > > Hi, I suspect it is this commit which has made some SCSI bugs pop up: Author: hselasky Date: Sun Jan 12 21:21:19 2014 New Revision: 260575 URL: http://svnweb.freebsd.org/changeset/base/260575 You can try reverting it. --HPS