From owner-freebsd-current@FreeBSD.ORG Wed Oct 28 16:22:09 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 008A7106566B for ; Wed, 28 Oct 2009 16:22:09 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swip.net [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id 8AE318FC21 for ; Wed, 28 Oct 2009 16:22:07 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=ct4AtyFzAYoA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=WG6TwoNrQuXNO5vmVc8A:9 a=hEAqCbYxDVjdp1ckyQTzickaDXYA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe12.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1143479708; Wed, 28 Oct 2009 17:22:04 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org, Andrew Thompson Date: Wed, 28 Oct 2009 17:23:16 +0100 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <4AE85740.8010003@tomjudge.com> In-Reply-To: <4AE85740.8010003@tomjudge.com> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910281723.17481.hselasky@c2i.net> Cc: Tom Judge Subject: Re: USB Attach Failures (USB_ERR_STALLED) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 28 Oct 2009 16:22:09 -0000 On Wednesday 28 October 2009 15:37:52 Tom Judge wrote: > Hi, > > As of yesterday (not yesterdays current) I have been having issues when > booting my D630 on the dock and having the USB devices attach correctly, > this was all working before the weekend and I have not changed > anything. My src tree is at r197709. > > If I disconnect the usb keyboard and mouse then re attach them to the > same ports on the dock they are detected correctly. > > Is this a known issue? > > Tom Hi, Your issue is possibly related to some recent BIOS USB handover patches. Try disabling USB in the BIOS. Else I think Andrew has more details. --HPS