From owner-freebsd-hardware@FreeBSD.ORG Tue Jun 1 14:27:54 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06FF016A4D3 for ; Tue, 1 Jun 2004 14:27:54 -0700 (PDT) Received: from mail.st0kk.com (d128.c84.net.forss.net [212.214.84.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD89143D49 for ; Tue, 1 Jun 2004 14:27:52 -0700 (PDT) (envelope-from lasse@st0kk.com) Received: from st0kk.com (d213-101-47-9.swipnet.se [213.101.47.9]) by mail.st0kk.com (8.12.10/8.12.10) with ESMTP id i51LpcNM017071 for ; Tue, 1 Jun 2004 21:51:39 GMT Message-ID: <40BCF4D1.2090103@st0kk.com> Date: Tue, 01 Jun 2004 23:27:45 +0200 From: lasse User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ehci uhci in 5.2.1 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2004 21:27:54 -0000 Im trying to have my box with FBSD 5.2.1 (default install form iso) to use my USB2 devices, a memorystick and ext 2.5" Ibm travelstar. But i only get them to use uhci driver, i have recompiled the kernel to use the ehci but this turns up during boot, /log uhci0: port 0x1440-0x145f irq 16 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x1460-0x147f irq 19 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x1480-0x149f irq 18 at device 29.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered umass0: SanDisk Corp. Cruzer Micro, rev 2.00/20.33, addr 2 ehci0: mem 0xfc480000-0xfc4803ff irq 23 at device 29.7 on pci0 ehci_pci_attach: companion usb0 ehci_pci_attach: companion usb1 ehci_pci_attach: companion usb2 usb3: EHCI version 1.0 usb3: wrong number of companions (4 != 3) ehci0: USB init failed err=13 device_probe_and_attach: ehci0 attach returned 5 /log Since the both the disk and memorystick is found, and i able to use them (usb 1.1) they feel just bulky and slow, and yes they work on the same machine running Linux, but.. now iwant them to work in bsd just so i can free the linux space. Is there hope? /Lasse