From owner-cvs-src@FreeBSD.ORG Wed Mar 16 08:24:18 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3494D16A4D2 for ; Wed, 16 Mar 2005 08:24:18 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA7B843D3F for ; Wed, 16 Mar 2005 08:24:16 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so27535rnf for ; Wed, 16 Mar 2005 00:24:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gtW2WtKl5Kev8oow4lnW6bRCsA9UarCk/eMGYf7VsbbSldkKdCaFpHzqoiWK4ewB/qeBVsdAlQ355jWZjZHzna8Uo7w+MmE1kwUXTKNN57vvGWEZ4/jQv4eZhh7sJU5tYx2DJp+f1KD5RRrdWlrZhwg/GMxN355Up9U9RawWjMg= Received: by 10.38.75.78 with SMTP id x78mr302655rna; Wed, 16 Mar 2005 00:24:16 -0800 (PST) Received: by 10.39.2.24 with HTTP; Wed, 16 Mar 2005 00:24:16 -0800 (PST) Message-ID: <346a8022050316002433c31a3b@mail.gmail.com> Date: Wed, 16 Mar 2005 03:24:16 -0500 From: Coleman Kane To: Doug Barton In-Reply-To: <20050316000810.X3899@ync.qbhto.arg> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <200503160234.j2G2YoBf024736@repoman.freebsd.org> <20050316000810.X3899@ync.qbhto.arg> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Ian Dowse Subject: Re: cvs commit: src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cokane@cokane.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 08:24:18 -0000 On Wed, 16 Mar 2005 00:09:50 -0800 (PST), Doug Barton wrote: > On Wed, 16 Mar 2005, Ian Dowse wrote: > > > iedowse 2005-03-16 02:34:50 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/conf GENERIC > > sys/amd64/conf GENERIC > > Log: > > Enable ehci by default on i386 and amd64. It had got to the stage > > where having this disabled was actually hurting us, since so many > > BIOSes include legacy USB emulation that takes control of all usb > > ports and only the ehci driver knows how to disable it. > > > > Revision Changes Path > > 1.431 +1 -0 src/sys/amd64/conf/GENERIC > > 1.424 +1 -0 src/sys/i386/conf/GENERIC > > > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/amd64/conf/GENERIC.diff?&r1=1.430&r2=1.431&f=h > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/i386/conf/GENERIC.diff?&r1=1.423&r2=1.424&f=h > > Given all the bad things that happen to my system when I compile ehci > into the kernel, such as lost usb signals from my docking station, and > instant panics when I plug in certain usb 2 devices, I have to say I'm > not sure this is the best course of action. Has this been widely > discussed somewhere that I've not kept up on? > > Doug > > -- > > This .signature sanitized for your protection > Recently, some fixes to the uhub have fixed a lot of the issues I had. I can now connect my iPod at usb2, as well as my USB flash drive (a usb hub + umass) and they will both work at 40MB/sec. Seems to be much much more stable now. -- coleman