From owner-freebsd-stable@FreeBSD.ORG Wed Jun 11 10:09:47 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EE5437B401 for ; Wed, 11 Jun 2003 10:09:47 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-9-229.w80-13.abo.wanadoo.fr [80.13.163.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 536CD43FE3 for ; Wed, 11 Jun 2003 10:09:45 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from compaq (lyon-1-a7-62-147-19-163.dial.proxad.net [62.147.19.163]) by mx1.lphp.org (8.12.8p1/8.12.8) with SMTP id h5BH9Zex036785; Wed, 11 Jun 2003 19:09:42 +0200 (CEST) (envelope-from ajacoutot@lphp.org) Message-ID: <007e01c3303c$40dafbd0$a313933e@compaq> From: "Antoine Jacoutot" To: "Michal F. Hanula" , References: <200306091340.04199.mranner@inode.at> <000001c32ffb$792f0fd0$8911933e@compaq> <20030611093901.GF61622@kyblik.pieskovisko.sk> Date: Wed, 11 Jun 2003 19:06:55 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: umass device support...how generic is it? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 17:09:47 -0000 > > > > Antoine > I have had this problem too, the umass driver was reporting timeouts (I > don't remember the messages exactly). The problem was in the da driver > trying to use READ_6 comand while the device only supports READ_10. > Try adding the device to da_quirk_table in src/sys/cam/scsi/scsi_da.c > and recompiling. > And don't forget to send-pr ;-) > m&f > > - -- Great, thanks, I'll try that :)