From owner-freebsd-usb@FreeBSD.ORG Tue Feb 9 08:18:21 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6B7D1065672 for ; Tue, 9 Feb 2010 08:18:21 +0000 (UTC) (envelope-from nephrite@inbox.ru) Received: from fallback3.mail.ru (fallback3.mail.ru [94.100.176.58]) by mx1.freebsd.org (Postfix) with ESMTP id 887A48FC13 for ; Tue, 9 Feb 2010 08:18:21 +0000 (UTC) Received: from mx38.mail.ru (mx38.mail.ru [94.100.176.52]) by fallback3.mail.ru (mPOP.Fallback_MX) with ESMTP id E630A18CEEC1 for ; Tue, 9 Feb 2010 10:51:09 +0300 (MSK) Received: from [95.25.139.80] (port=34577 helo=makoto.crystaltokyo.ru) by mx38.mail.ru with asmtp id 1NeksE-000Ooe-00; Tue, 09 Feb 2010 10:51:06 +0300 Date: Tue, 9 Feb 2010 10:51:02 +0300 From: George 'Nephrite' Potapov To: Hans Petter Selasky Message-Id: <20100209105102.088e568e.nephrite@inbox.ru> In-Reply-To: <201002071959.59001.hselasky@c2i.net> References: <201002070939.o179dnkv062218@www.freebsd.org> <201002071959.59001.hselasky@c2i.net> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.6; amd64-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam: Not detected X-Mras: Ok Cc: freebsd-usb@freebsd.org Subject: Re: usb/143634: Jetflash USB flash stick fails to mount X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 08:18:22 -0000 On Sun, 7 Feb 2010 19:59:58 +0100 Hans Petter Selasky wrote: > Hi, > > Do the following patches make any difference on your system? > > http://p4web.freebsd.org/chv.cgi?CH=174455 > > http://perforce.freebsd.org/chv.cgi?CH=174455 Hello. If I apply that patch to my system it just fails to build: == cut == /usr/src/sys/dev/usb/controller/ehci.c: In function 'ehci_init': /usr/src/sys/dev/usb/controller/ehci.c:265: error: 'EHCI_SCFLG_LOSTINTRBUG' undeclared (first use in this function) /usr/src/sys/dev/usb/controller/ehci.c:265: error: (Each undeclared identifier is reported only once /usr/src/sys/dev/usb/controller/ehci.c:265: error: for each function it appears in.) /usr/src/sys/dev/usb/controller/ehci.c: In function 'ehci_device_ctrl_enter': /usr/src/sys/dev/usb/controller/ehci.c:2299: error: expected declaration specifiers before 'if' == cut == I think it's because I have RELEASE and your patches should go to STABLE, no? Anyway, I figured from your patch that this problem has something to do with nVidia chipsets. I really have one of those. Output from dmesg.txt: == cut == ohci0: mem 0xdbeff000-0xdbefffff irq 21 at device 2.0 on pci0 ohci0: [ITHREAD] usbus0: on ohci0 ehci0: mem 0xdbefec00-0xdbefecff irq 22 at device 2.1 on pci0 ehci0: [ITHREAD] usbus1: EHCI version 1.0 usbus1: on ehci0 == cut == So your patch should probably help. I'll try to move to STABLE kernel and try again. Hope I was helpful. -- George 'Nephrite' Potapov