From owner-freebsd-current@FreeBSD.ORG Tue Jul 28 18:45:09 2009 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 D76031065675 for ; Tue, 28 Jul 2009 18:45:09 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe15.tele2.se [212.247.155.193]) by mx1.freebsd.org (Postfix) with ESMTP id 6C6E78FC18 for ; Tue, 28 Jul 2009 18:45:09 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=LG0IyskDSs0u-dlj218A:9 a=rNUDls8SFaDdnh-UF2ij1jCtSPgA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe15.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 542108872; Tue, 28 Jul 2009 20:45:07 +0200 From: Hans Petter Selasky To: Alex Keda Date: Tue, 28 Jul 2009 20:45:02 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <4A6F30B3.20505@lissyara.su> <200907281941.32336.hselasky@c2i.net> <4A6F439B.3090307@lissyara.su> In-Reply-To: <4A6F439B.3090307@lissyara.su> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907282045.02935.hselasky@c2i.net> Cc: freebsd-current@freebsd.org Subject: Re: USB floppy 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: Tue, 28 Jul 2009 18:45:10 -0000 Hi, Try removing the quirk for your device from /usr/src/sys/dev/usb/storage/umass.c --HPS