From owner-cvs-all@FreeBSD.ORG Mon Mar 28 09:10:30 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 8A30F16A4CF; Mon, 28 Mar 2005 09:10:30 +0000 (GMT) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id A100843D4C; Mon, 28 Mar 2005 09:10:29 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.1.26] (SIRIUS-ats227-UTC.ukrtel.net [195.5.25.154]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j2S9AQNh028492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Mar 2005 11:10:27 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <4247CA00.6000605@portaone.com> Date: Mon, 28 Mar 2005 12:10:24 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ian Dowse References: <200503271531.j2RFVNtJ053546@repoman.freebsd.org> In-Reply-To: <200503271531.j2RFVNtJ053546@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on www.portaone.com X-Virus-Status: Clean cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/usb usb.c 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: Mon, 28 Mar 2005 09:10:30 -0000 Thanks! Please don't forget to do MFC. -Maxim Ian Dowse wrote: > iedowse 2005-03-27 15:31:23 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb usb.c > Log: > Don't defer the boot-time exploration of high-speed USB busses. > This ensures that we explore EHCI busses before their companion > controllers' busses, so that ports connected to full/low speed > devices will be properly routed to the companion controllers by the > time the OHCI/UHCI exploration occurs. > > Revision Changes Path > 1.106 +9 -3 src/sys/dev/usb/usb.c > > >