From owner-freebsd-current@FreeBSD.ORG Sat Dec 27 09:16:13 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E59811065673 for ; Sat, 27 Dec 2008 09:16:12 +0000 (UTC) (envelope-from root@free.fr) Received: from postfix2-g20.free.fr (postfix2-g20.free.fr [212.27.60.43]) by mx1.freebsd.org (Postfix) with ESMTP id 853F58FC08 for ; Sat, 27 Dec 2008 09:16:12 +0000 (UTC) (envelope-from root@free.fr) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by postfix2-g20.free.fr (Postfix) with ESMTP id 8C9322E50A0F for ; Sat, 27 Dec 2008 07:54:26 +0100 (CET) Received: from smtp6-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp6-g19.free.fr (Postfix) with ESMTP id D49F66E4 for ; Sat, 27 Dec 2008 09:54:34 +0100 (CET) Received: from free.fr (evr27-1-88-172-40-194.fbx.proxad.net [88.172.40.194]) by smtp6-g19.free.fr (Postfix) with ESMTP id B4FF9700 for ; Sat, 27 Dec 2008 09:54:31 +0100 (CET) From: Raoul To: freebsd-current@freebsd.org Date: Sat, 27 Dec 2008 09:54:30 +0100 Sender: root@free.fr Message-Id: <20081227085431.B4FF9700@smtp6-g19.free.fr> Subject: HEADSUP usb2 (usb4bsd) to become default X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 27 Dec 2008 09:16:13 -0000 Hi Hans Peter, and Alfred, we are about to switch to usb2 stack; and my prolific ucom interface does not work. i applied the paatch given by Alfred some days ago, to GENERIC and compiled the new kernel without any problem. good news my usb keyboard works quite well. but, as you can see below, upcom is detected; but does not work. any hint would be helpful and greatly appreciated. thanks for your time and your effors. raoul rmgls@free.fr my config: sony s5 laptop running current from yesterday evening. in loader.conf: sysctl hw.usb2.ucom.debug=15 sysctl hw.usb2.uftdi.debug=15 the relevant part of the demesg: uhci0: port 0x1800-0x181f irq 17 at device 29.0 on pci0 uhci0: [ITHREAD] uhci0: LegSup = 0x003b usbus0: on uhci0 uhci1: port 0x1820-0x183f irq 19 at device 29.1 on pci0 uhci1: [ITHREAD] uhci1: LegSup = 0x0010 usbus1: on uhci1 uhci2: port 0x1840-0x185f irq 21 at device 29.2 on pci0 uhci2: [ITHREAD] uhci2: LegSup = 0x0010 usbus2: on uhci2 uhci3: port 0x1860-0x187f irq 17 at device 29.3 on pci0 uhci3: [ITHREAD] uhci3: LegSup = 0x0010 usbus3: on uhci3 ehci0: mem 0x80004000-0x800043ff irq 23 at device 29.7 on pci0 ehci0: [ITHREAD] usbus4: EHCI version 1.0 usbus4: on ehci0 cpu0: on acpi0 est0: on cpu0 p4tcc0: on cpu0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: parallel port not found. Timecounter "TSC" frequency 2128014053 Hz quality 800 Timecounters tick every 1.000 msec usbus0: 12Mbps Full Speed USB v1.0 firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) ugen0.1: at usbus0 ushub0: on usbus0 ushub0: 2 ports with 2 removable, self powered usbus1: 12Mbps Full Speed USB v1.0 ugen1.1: at usbus1 ushub1: on usbus1 ushub1: 2 ports with 2 removable, self powered usbus2: 12Mbps Full Speed USB v1.0 ugen2.1: at usbus2 ushub2: on usbus2 ushub2: 2 ports with 2 removable, self powered usbus3: 12Mbps Full Speed USB v1.0 ugen3.1: at usbus3 ushub3: on usbus3 ushub3: 2 ports with 2 removable, self powered usbus4: 480Mbps High Speed USB v2.0 ugen4.1: at usbus4 ushub4: on usbus4 ushub4: 8 ports with 8 removable, self powered ugen0.2: at usbus0 uplcom0: on usbus0 ugen2.2: at usbus2 WARNING: TMPFS is considered to be a highly experimental feature in FreeBSD.