From owner-freebsd-usb@FreeBSD.ORG Mon Feb 27 17:29:20 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 EF66B1065672 for ; Mon, 27 Feb 2012 17:29:20 +0000 (UTC) (envelope-from david.i.noel@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id AB61B8FC08 for ; Mon, 27 Feb 2012 17:29:20 +0000 (UTC) Received: by yenq7 with SMTP id q7so462456yen.13 for ; Mon, 27 Feb 2012 09:29:20 -0800 (PST) Received-SPF: pass (google.com: domain of david.i.noel@gmail.com designates 10.60.3.72 as permitted sender) client-ip=10.60.3.72; Authentication-Results: mr.google.com; spf=pass (google.com: domain of david.i.noel@gmail.com designates 10.60.3.72 as permitted sender) smtp.mail=david.i.noel@gmail.com; dkim=pass header.i=david.i.noel@gmail.com Received: from mr.google.com ([10.60.3.72]) by 10.60.3.72 with SMTP id a8mr5397170oea.19.1330363760031 (num_hops = 1); Mon, 27 Feb 2012 09:29:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; bh=QLZwFVm/x2+DpMauE4y/Fa+cHsiObXXm6KsgEy9TiXc=; b=HkBQflNsDEFCb6bQDO5ofSMWA8V24RUaNK89j462LXcad1IjzVyCoQStHvxVeTMyvY ANKffFzB4fTZav5t0kg0PCt/fZR5Bmwtq7qsMzCnXS44IdYTGba9QxCCFjbgE221rlbU ebJGnBQVCWRTGlZX8Z3OA2JzZKyR0XalzXKpU= Received: by 10.60.3.72 with SMTP id a8mr4769036oea.19.1330362011152; Mon, 27 Feb 2012 09:00:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.139.39 with HTTP; Mon, 27 Feb 2012 08:59:51 -0800 (PST) From: David Noel Date: Mon, 27 Feb 2012 08:59:51 -0800 Message-ID: To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: 9.0 - USB init failed err=18 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David.I.Noel@gmail.com List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2012 17:29:21 -0000 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 Any thoughts on resolving this would be appreciated. Thanks, David