From owner-freebsd-usb@FreeBSD.ORG Tue Dec 27 14:20:56 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BF031065672 for ; Tue, 27 Dec 2011 14:20:56 +0000 (UTC) (envelope-from freebsd@chillt.de) Received: from dd28124.kasserver.com (dd28124.kasserver.com [85.13.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 0139D8FC12 for ; Tue, 27 Dec 2011 14:20:54 +0000 (UTC) Received: from taiko.lan (82.131.56.111.cable.starman.ee [82.131.56.111]) by dd28124.kasserver.com (Postfix) with ESMTPSA id 8943E1D80095 for ; Tue, 27 Dec 2011 15:05:00 +0100 (CET) Message-ID: <4EF9D06C.9060501@chillt.de> Date: Tue, 27 Dec 2011 16:04:28 +0200 From: Bartosz Fabianowski User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111227 Thunderbird/9.0 MIME-Version: 1.0 To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: umass regression X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 14:20:56 -0000 Hi list I recently upgraded my amd64 box from 8-STABLE to 9-STABLE. I noticed that after the upgrade, two of my umass devices fail to attach. The first device is a 4th generation iPod running Rockbox. Under 8-STABLE, the iPod's 20GB had drive would show up as /dev/da1. Now, I get the following dmesg output and no umass devices: ugen1.7: at usbus1 umass1: on usbus1 umass1: could not setup required transfers, USB_ERR_NO_PIPE device_attach: umass1 attach returned 6 The second device is a Garmin Dakota 20 running stock Garmin firmware. Under 8-STABLE, the Garmin shows up as /dev/da1 and /dev/da2, the first representing the device's internal memory, the second its microSD card. Under 9-STABLE, I only get /dev/da1 and the following dmesg output: ugen1.8: at usbus1 umass1: on usbus1 da1 at umass-sim1 bus 1 scbus4 target 0 lun 0 da1: Removable Direct Access SCSI-5 device da1: 1.000MB/s transfers da1: 934MB (1912832 512 byte sectors: 64H 32S/T 934C) All my other umass devices work just fine, including a USB key that I always have plugged in as /dev/da0 and many other USB keys and USB hard drives. The issue is annoying enough that I am willing to invest time and effort into debugging it... but I would like to know where to look. Any ideas? I still have my 8-STABLE install around, so I can do some comparisons and regression testing. - Bartosz