From owner-freebsd-current@FreeBSD.ORG Fri Oct 29 13:30:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C53616A4CE for ; Fri, 29 Oct 2004 13:30:29 +0000 (GMT) Received: from smtp1.jazztel.es (smtp1.jazztel.es [62.14.3.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C525343D46 for ; Fri, 29 Oct 2004 13:30:28 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp1.jazztel.es with antivirus id 1CNWq3-0005pl-00 Fri, 29 Oct 2004 15:30:43 +0200 Received: from [212.106.236.7] (helo=rguez.homeunix.net) by smtp1.jazztel.es with esmtp id 1CNWq3-0005oF-00 Fri, 29 Oct 2004 15:30:43 +0200 Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id i9TDUPOU068309; Fri, 29 Oct 2004 15:30:25 +0200 (CEST) (envelope-from freebsd@redesjm.local) Received: by redesjm.local (8.13.1/8.13.1/Submit) id i9TDUPUu006602; Fri, 29 Oct 2004 15:30:25 +0200 (CEST) (envelope-from freebsd@redesjm.local) From: Jose M Rodriguez To: freebsd-current@freebsd.org Date: Fri, 29 Oct 2004 15:30:24 +0200 User-Agent: KMail/1.7 References: <20041029075930.GG701@marvin.riggiland.au> <20041029080817.GB728@empiric.icir.org> <200410291511.24063.michaelnottebrock@gmx.net> In-Reply-To: <200410291511.24063.michaelnottebrock@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200410291530.25339.freebsd@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1; AVE: 6.28.0.12; VDF: 6.28.0.44; host: antares.redesjm.local) X-Virus-Scanned: by antivirus cc: Bruce M Simpson cc: "Thomas E. Zander" Subject: Re: EHCI considered harmful? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 29 Oct 2004 13:30:29 -0000 El Viernes, 29 de Octubre de 2004 15:11, Michael Nottebrock escribi=F3: > On Friday, 29. October 2004 10:08, Bruce M Simpson wrote: > > On Fri, Oct 29, 2004 at 09:59:30AM +0200, Thomas E. Zander wrote: > > > I'm just wondering why ehci doesn't make it into GENERIC for > > > RELENG_5. Are there unresolved show stoppers related to it? > > > > ehci(4) is not stable code and fails reproducibly with my ALi-based > > USB2 disk enclosure. > > Well, if we would take stability and general usefulness (even more so > in comparison to other USB implementations in mind) as the reference > point, we would need to disable most of USB. I think enabling ehci in > GENERIC would be a good idea, especially since there's no loadable > module... from RELENG_5_3 src/sys/modules/usb: # $FreeBSD: src/sys/modules/usb/Makefile,v 1.15 2004/07/12 21:59:06 imp=20 Exp $ [ ... ] SRCS+=3D uhci_pci.c uhci.c uhcireg.h uhcivar.h SRCS+=3D ohci_pci.c ohci.c ohcireg.h ohcivar.h SRCS+=3D ehci_pci.c ehci.c ehcireg.h ehcivar.h SRCS+=3D opt_bus.h pci_if.h =2Einclude so the usb module is ready for ehci. In fact, I use to take-off any udb support form kernel and go only with=20 modules. =2D- josemi