From owner-freebsd-usb@FreeBSD.ORG Thu Dec 4 17:51:23 2008 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 E5BD9106567B for ; Thu, 4 Dec 2008 17:51:23 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id 7EA0F8FC0C for ; Thu, 4 Dec 2008 17:51:23 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=P3SC899gXHkOLDnkTYxLZw==:17 a=Krpc1S98ceiJc87MmZYA:9 a=8JcZgD06bLTEmKjjzIVgvYtZZGwA:4 a=LY0hPdMaydYA:10 Received: from [62.113.133.240] (account mc467741@c2i.net [62.113.133.240] verified) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1057778412; Thu, 04 Dec 2008 18:51:21 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Thu, 4 Dec 2008 18:53:33 +0100 User-Agent: KMail/1.9.7 References: <4936DF1D.8000405@sentex.net> <200812041720.mB4HKdJP017318@lava.sentex.ca> In-Reply-To: <200812041720.mB4HKdJP017318@lava.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812041853.35539.hselasky@c2i.net> Cc: Subject: Re: ucom serial bug? 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: Thu, 04 Dec 2008 17:51:24 -0000 On Thursday 04 December 2008, Mike Tancsa wrote: > At 02:33 PM 12/3/2008, Gabor wrote: > >everything works fine. When we try to use a USB to serial > >converter(type doesn't matter, UFTDI or Prolific) we run into > >problems. The first time we start up our side, everything > >works. The second time we don't get carrier(DCD). The other side > >is always running. Since we have no control > > Also tried with the usb2 development stack, and we never see carrier. > > Id Refs Address Size Name > 1 20 0xc0400000 9f8014 kernel (/boot/kernel/kernel) > 2 1 0xc4b95000 3000 usb2_serial_ftdi.ko > (/boot/kernel/usb2_serial_ftdi.ko) > 3 5 0xc4b99000 36000 usb2_core.ko (/boot/kernel/usb2_core.ko) > 4 1 0xc4c56000 4000 usb2_serial.ko (/boot/kernel/usb2_serial.ko) > 5 1 0xc4cb4000 a000 usb2_controller_uhci.ko > (/boot/kernel/usb2_controller_uhci.ko) > 6 2 0xc4cbe000 3000 usb2_controller.ko > (/boot/kernel/usb2_controller.ko) > 7 1 0xc4d50000 d000 usb2_controller_ehci.ko > (/boot/kernel/usb2_controller_ehci.ko) > Hi, I think this event is not implemented in the driver. Try to diff the NetBSD and FreeBSD uftdi.c files. --HPS