From owner-freebsd-current@FreeBSD.ORG Mon Apr 6 10:50:28 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 DB158106568D for ; Mon, 6 Apr 2009 10:50:28 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swip.net [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 733FD8FC14 for ; Mon, 6 Apr 2009 10:50:28 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=uudRsd9jlqrOOdOHx9gA:9 a=wF309SgPyZhkA1XgN4UA:7 a=j-lnrpRbmp-ZYYLPIM7CkLpCq3gA:4 a=LY0hPdMaydYA:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 831563437; Mon, 06 Apr 2009 12:50:26 +0200 From: Hans Petter Selasky To: "Nenhum_de_Nos" , freebsd-current@freebsd.org Date: Mon, 6 Apr 2009 12:52:56 +0200 User-Agent: KMail/1.9.7 References: <0b8071fb47497944952c3bf5d8e4dada.squirrel@cygnus.homeunix.com> In-Reply-To: <0b8071fb47497944952c3bf5d8e4dada.squirrel@cygnus.homeunix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200904061252.57470.hselasky@c2i.net> Cc: Subject: Re: 8-current and usb2 code 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: Mon, 06 Apr 2009 10:50:29 -0000 On Monday 06 April 2009, Nenhum_de_Nos wrote: > umass1: =A08070i (ATAPI) over Bulk-Only; quirks =3D 0x008c Your device is marked with quirks. Maybe the quirks are wrong. Compare the quirk table in umass.c between 7.x and 8.x. =2D-HPS