From owner-freebsd-stable@FreeBSD.ORG Sat Mar 27 16:13:21 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C77316A4CF for ; Sat, 27 Mar 2004 16:13:21 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F1543D45 for ; Sat, 27 Mar 2004 16:13:20 -0800 (PST) (envelope-from mmercer@nc.rr.com) Received: from [192.168.1.8] (rdu57-94-039.nc.rr.com [66.57.94.39]) i2S0DASm016005; Sat, 27 Mar 2004 19:13:11 -0500 (EST) From: "Michael E. Mercer" To: Julian Elischer In-Reply-To: <4066175B.4070309@elischer.org> References: <20040327200052.7107616A4F6@hub.freebsd.org> <40661362.1010605@elischer.org> <406613F8.4090700@elischer.org> <4066175B.4070309@elischer.org> Content-Type: text/plain Message-Id: <1080432791.802.8.camel@fast.mmercer.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 27 Mar 2004 19:13:11 -0500 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-stable@freebsd.org Subject: Re: USB2 device X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: stable@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2004 00:13:21 -0000 RELENG_4 On Sat, 2004-03-27 at 19:07, Julian Elischer wrote: > Michael E. Mercer wrote: > > Julian, > > > > I am running 4.9-Stable. I do not see EHCI in the LINT file and config > > on a kernel config file says unknown ehci device. > > what tag are you checking your code out on? > > > > > > Any ideas? > > > > Thanks > > Michael E Mercer > > > > > > On Sat, 2004-03-27 at 18:53, Julian Elischer wrote: > > > >>Julian Elischer wrote: > >> > >>> I have the same Lexar Jumpdrive and it seems to work for me on an Asus > >>>P4PE > >>>with intel EHCI driver, as long as I plug it in AFTER booting. > >>> > >>>however: > >>>It hangs if I have the drive in during boot. > >>>It doesn't seem to give me the speed I get on another system > >>> > >>>BTW the speeds are: > >>> > >>>low speed (1.5Mb/Sec) > >>> > >>>full speed (12Mb/sec) > >>> > >>>high speed (480Mb/sec) > >>> > >>> > >>>I'm working on the USB code at the moment so I'm hoping to gete it fixed. > >> > >>I forgot to say that you need to configure the EHCI driver into our kernel > >>or you can not get USB2. > >>I notice it is not in your kernel dmesg.. > >> > >> > >>>-- original message: > >>> > >>>Hello, > >>> > >>> > >>>>I have an ASUS P4C-800-E Deluxe Motherboard, P4 3.0GHz processor with > >>>>builtin > >>>>USB 2.0 controllers. > >>>> > >>>>I am having a problem with the Lexar Media JumpDrive 2.0 Pro 256M > >>>>memory keystick. > >>>> > >>>>usbd nevers sees it. I finally went into BIOS and set the Speed for > >>>>the USB > >>>>2.0 Controller to FullSpeed (maybe HighSpeed, in whatever case its > >>>>12MBps as > >>>>opposed to 240MBps). When setting it to 12MBps, usbd sees the drive and > >>>>attaches it. Setting the speed to higher, usbd does NOT attach it. > >>>> > >>> > >>>I don't know how the Bios is connecte with this... > >>> > >>> > >>>>Also NOTE: I have a SIIG SlimHub 2.0 4 ports, that I can not attach my > >>>>JumpDrive too. I must set the speed to 12MBps and attach it directly to a > >>>>port on my PC to get it to see it. > >>>> > >>>>Any help in this would be appreciated. > >>>> > >>>>Thanks! Michael E. Mercer > >>>> > >>>>My system is the latest 4.9-Stable build as of yesterday. > >>> > >>> > >>>I committed some relevant stuff yesterday. make sure you have that.. > >>> > >> > > > > >