From owner-cvs-all@FreeBSD.ORG Fri Mar 18 20:49:39 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5804516A4CE; Fri, 18 Mar 2005 20:49:39 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAC143D2F; Fri, 18 Mar 2005 20:49:38 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2IKn2Sx040431; Fri, 18 Mar 2005 13:49:02 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423B3E3B.2020208@samsco.org> Date: Fri, 18 Mar 2005 13:46:51 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ian Dowse References: <200503182038.aa37613@salmon.maths.tcd.ie> In-Reply-To: <200503182038.aa37613@salmon.maths.tcd.ie> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: Maxim Sobolev cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 20:49:39 -0000 Ian Dowse wrote: > In message <423AB122.6000508@portaone.com>, Maxim Sobolev writes: > >>Ian Dowse wrote: >> >>>In message <423A21E2.4080000@FreeBSD.org>, Doug Barton writes: >>> >>> >>>>In short, all of my "issues" seem to have been fixed! I also just updated my >> >>>>src tree to try the new code you committed to avoid the detach/reattach >>>>problem, and that not only works, but it avoids the weird errors I was >>>>getting about my docking station's USB hub and having to reprobe ums0. >>>> >>>>You and Julian are to be congratulated on all the hard work you've done in >>>>this area. Good luck with hunting down the rest of the corner cases. >>>> >>>>Doug >>> >>> >>>Thanks Doug - that's great news - keep the panic reports and stack >>>traces coming! >> >>Can you commit your re-probing fix, so that it gets wider exposure? It >>would be nice to have it included into 5.4, since this bug is really >>anoying and for example prevents us from turning on ehci on production >>machines that use USB boot devices. > > > The re-probing fix is committed already - that's what Doug was > referring to above. > > Ian There are still quite a few outstanding difference between HEAD and RELENG_5 in the USB code now, yes? I'd definitely like to get them merged for 5.4 once you're comfortable. Scott