From owner-freebsd-current@FreeBSD.ORG Mon Aug 11 09:26:44 2003 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 EC41D37B401 for ; Mon, 11 Aug 2003 09:26:44 -0700 (PDT) Received: from ion.gank.org (ion.gank.org [198.78.66.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5785043FBD for ; Mon, 11 Aug 2003 09:26:44 -0700 (PDT) (envelope-from craig@xfoil.gank.org) Received: from localhost (ion.gank.org [198.78.66.164]) by ion.gank.org (GankMail) with ESMTP id D3DE52D17D; Mon, 11 Aug 2003 11:26:43 -0500 (CDT) Received: from ion.gank.org ([198.78.66.164]) by localhost (ion.gank.org [198.78.66.164]) (amavisd-new, port 10024) with LMTP id 92439-02; Mon, 11 Aug 2003 11:26:43 -0500 (CDT) Received: from owen1492.uf.corelab.com (pix.corelab.com [12.45.169.2]) by ion.gank.org (GankMail) with ESMTP id 1491C2C764; Mon, 11 Aug 2003 11:26:43 -0500 (CDT) From: Craig Boston To: Joe Marcus Clarke , current@freebsd.org Date: Mon, 11 Aug 2003 11:26:38 -0500 User-Agent: KMail/1.5.3 References: <1060617873.788.18.camel@gyros> In-Reply-To: <1060617873.788.18.camel@gyros> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200308111126.38921.craig@xfoil.gank.org> Subject: Re: Problem using USB 2.0 device under -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 11 Aug 2003 16:26:45 -0000 On Monday 11 August 2003 11:04 am, Joe Marcus Clarke wrote: > ehci0@pci0:29:7: class=0x0c0320 card=0x015f1028 chip=0x24cd8086 > rev=0x03 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82801DB (ICH4) USB EHCI Controller' > class = serial bus > subclass = USB I have the same hardware (0x24cd8086) on a Dell-branded board with the same results. I think so far only the NEC-based EHCI controllers are verified to work -- I don't know of anyone who has had success with the Intel ones. > I haven't tried applying the patch to get it detected as an actual Intel > controller, but I'm not sure that would help. It doesn't. It makes the probe message prettier but I get the same problem (unrecoverable error). If you have time, could you try compiling with "options USB_DEBUG" and setting the sysctl hw.usb.debug=3 and hw.usb.ehci.debug=6 ? Be warned that that will generate a LOT of debug output. Craig