From owner-freebsd-current@FreeBSD.ORG Sun Apr 18 02:30:02 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F7EC16A4CF for ; Sun, 18 Apr 2004 02:30:02 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id B223B43D48 for ; Sun, 18 Apr 2004 02:30:01 -0700 (PDT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) i3I9TrPo034847 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 18 Apr 2004 11:29:57 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id i3I9T7hn092768 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 18 Apr 2004 11:29:08 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.11/8.12.11) with ESMTP id i3I9T768082243; Sun, 18 Apr 2004 11:29:07 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.11/8.12.11/Submit) id i3I9T6iS082242; Sun, 18 Apr 2004 11:29:06 +0200 (CEST) (envelope-from ticso) Date: Sun, 18 Apr 2004 11:29:06 +0200 From: Bernd Walter To: Adam K Kirchhoff Message-ID: <20040418092905.GH5279@cicely12.cicely.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD cicely12.cicely.de 5.2-CURRENT alpha User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=3.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Report: * -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on cicely12.cicely.de cc: freebsd-current Subject: Re: USB Mass storage problems... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2004 09:30:02 -0000 On Sat, Apr 17, 2004 at 06:29:23PM -0400, Adam K Kirchhoff wrote: > > I recently installed 5.2.1 on my machine. I have previously run 5.2 on > this machine without any issues... With 5.2.1 I noticed a problem with > umass. I decided to upgrade to CURRENT in the hopes that this problem > would have been fixed (in addition to want to be on the cutting edge). > Unfortunately, the umass problem still seems to exist. > > http://memory.visualtech.com/freebsd-boot-log.txt > > Basically, I have two usb storage devices: a usb1 cf reader, and a usb2 > CD/DVD burner. The usb1 cf reader is plugged into the uhci controller, > and the usb2 CD/DVD device is plugged into the ehci controller. > > I have usb, uhci, ehci, ohci, and umass all compiled directly into the > kernel. I have tried compiling umass as a module and loading it, but when > I do load the module, absolutely nothing happens. In some cases there are timing related problems with ehci disconnecting the busses aways from their companion controllers for reprobe. If you don't need any device at boot time you can set the #if 1 line in sys/dev/usb/usb.c to 0 for a workaround to delay probing. -- B.Walter BWCT http://www.bwct.de bernd@bwct.de info@bwct.de