From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 24 11:55:17 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3607216A401; Wed, 24 Jan 2007 11:55:17 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 8405113C442; Wed, 24 Jan 2007 11:55:16 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.217.102.48] (account mc467741@c2i.net HELO [10.0.0.64]) by mailfe06.swip.net (CommuniGate Pro SMTP 5.0.12) with ESMTPA id 393087190; Wed, 24 Jan 2007 12:55:14 +0100 From: Hans Petter Selasky To: Ed Schouten Date: Wed, 24 Jan 2007 12:54:51 +0100 User-Agent: KMail/1.9.5 References: <20070124113858.GG64263@hoeg.nl> In-Reply-To: <20070124113858.GG64263@hoeg.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701241254.51900.hselasky@c2i.net> Cc: FreeBSD Hackers , freebsd-stable@freebsd.org, Pietro Cerutti Subject: Re: atacontrol kernel crash (atausb?) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jan 2007 11:55:17 -0000 On Wednesday 24 January 2007 12:38, Ed Schouten wrote: > Hello, > > * Pietro Cerutti wrote: > > On 1/15/07, Hans Petter Selasky wrote: > > >No. What happens when you use/load "umass" and unload "atausb" ? > > > > Everything works nice with umass. It creates the da0 device node. > > It just shows up these errors, as it always did... > > GEOM: new disk da0 > > da0 at umass-sim0 bus 0 target 0 lun 0 > > da0: < USB2.0 FlashDisk 1.1b> Removable Direct Access SCSI-0 device > > da0: Serial Number > > da0: 40.000MB/s transfers > > da0: 248MB (507904 512 byte sectors: 64H 32S/T 248C) > > (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi > > status == 0x0 > > (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi > > status == 0x0 > > (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi > > status == 0x0 > > (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi > > status == 0x0 > > I had these messages with two other devices before, an MP3 player and a > USB floppy drive. I fixed these errors by adding a quirk to > /sys/cam/scsi/scsi_da.c. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=97174 > http://www.freebsd.org/cgi/query-pr.cgi?pr=107101 Instead of having all these quirks, isn't it possible that the SCSI layer can auto-probe this? --HPS