From owner-freebsd-questions@FreeBSD.ORG Thu May 26 05:26:44 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C72F16A41C for ; Thu, 26 May 2005 05:26:44 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from ms-smtp-03-eri0.socal.rr.com (ms-smtp-03-qfe0.socal.rr.com [66.75.162.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0455143D4C for ; Thu, 26 May 2005 05:26:43 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from [10.0.0.103] (cpe-66-8-186-59.hawaii.res.rr.com [66.8.186.59]) by ms-smtp-03-eri0.socal.rr.com (8.12.10/8.12.7) with ESMTP id j4Q5QfgQ024468 for ; Wed, 25 May 2005 22:26:41 -0700 (PDT) Message-ID: <42955E0D.30409@gmail.com> Date: Wed, 25 May 2005 19:26:37 -1000 From: Robert Marella User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org References: <20050525162419.GB47179@keyslapper.net> <20050526040741.GA68105@keyslapper.net> In-Reply-To: <20050526040741.GA68105@keyslapper.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: Subject: Re: USB 2.0 (ehci) and Intel ICH5 in 5.4? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 05:26:44 -0000 Louis LeBlanc wrote: >>>Anyone using this particular USB controller with FreeBSD and getting the >>>ehci driver to work? >> >>Upgrade to RELENG_5. There have been a lot of bug fixes to the USB >>subsystem and USB 2.0 works far better. > > > I'm not sure I'm ready to put RELENG_5 on this machine. I prefer to > have a specific release and make upgrades a little more carefully. > Hello Louis p4# uname -a FreeBSD p4.konav201.local 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Fri May 13 08:39:34 HST 2005 root@p4.konav201.local:/usr/obj/usr/src/sys/P4-5_4REL i386 p4# dmesg | grep 82801 uhci0: port 0xeec0-0xeedf irq 16 at device 29.0 on pci0 usb0: on uhci0 uhci1: port 0xef00-0xef1f irq 19 at device 29.1 on pci0 usb1: on uhci1 uhci2: port 0xef20-0xef3f irq 18 at device 29.2 on pci0 usb2: on uhci2 uhci3: port 0xef40-0xef5f irq 16 at device 29.3 on pci0 usb3: on uhci3 pcm0: port 0xee80-0xeebf,0xe800-0xe8ff mem 0xfebff000-0xfebff0ff,0xfebff400-0xfebff5ff irq 17 at device 31.5 on pci0 p4# dmesg |grep EHC ehci0: mem 0xfebff800-0xfebffbff irq 23 at device 29.7 on pci0 usb4: EHCI version 1.0 usb4: on ehci0 uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 May 25 18:58:05 p4 kernel: umass0: SanDisk Corporation Cruzer Mini, rev 2.00/0.20, addr 2 May 25 18:58:05 p4 kernel: da0 at umass-sim0 bus 0 target 0 lun 0 May 25 18:58:05 p4 kernel: da0: Removable Direct Access SCSI-2 device May 25 18:58:05 p4 kernel: da0: 40.000MB/s transfers May 25 18:58:05 p4 kernel: da0: 488MB (1000944 512 byte sectors: 64H 32S/T 488C) USB 2.0 seems to be working just fine on 5.4 for me. Good Luck Robert