From owner-freebsd-usb@FreeBSD.ORG Mon Feb 27 19:29:25 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6EEE106567B for ; Mon, 27 Feb 2012 19:29:25 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id 7DB2A8FC14 for ; Mon, 27 Feb 2012 19:29:25 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.2) with ESMTPA id 245991181; Mon, 27 Feb 2012 20:29:23 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, David.I.Noel@gmail.com Date: Mon, 27 Feb 2012 20:27:39 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201202272027.39685.hselasky@c2i.net> Cc: Subject: Re: 9.0 - USB init failed err=18 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2012 19:29:26 -0000 On Monday 27 February 2012 17:59:51 David Noel wrote: > Since upgrading to 9.0 I've been getting a handful of EHCI-related > dmesg errors and USB 1.0 performance from my ICH5's 2.0 ports. I > booted an 8.3 memstick to be certain it wasn't a hardware issue and > was able to push a few GB over USB at full 2.0 speeds. The system is a > PowerEdge SC1420 running amd64 (GENERIC); relevant dmesg below: > > ... > ehci0: mem > 0xcff00000-0xcff003ff irq 23 at device 29.7 on pci0 > ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 0 vector 54 > usbus4: EHCI version ff.ff > usbus4: reset timeout > usbus4: reset timeout > ehci0: USB init failed err=18 > unknown: reset timeout > device_attach: ehci0 attach returned 6 > ... > > A full "boot -v" can be found here: http://pastebin.com/pXi9kruw > Hi, This might have something to do with ACPI USB handover. I think this feature was supposed to be moved into the loader, but I'm not fully sure. http://svnweb.freebsd.org/base?view=revision&revision=224269 --HPS