From owner-freebsd-current@FreeBSD.ORG Thu Oct 8 19:09:49 2009 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 2D315106566B for ; Thu, 8 Oct 2009 19:09:49 +0000 (UTC) (envelope-from hselasky@freebsd.org) Received: from swip.net (mailfe13.swipnet.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id AA4E98FC13 for ; Thu, 8 Oct 2009 19:09:48 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=7H_uI1Jp-TAA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6I5d2MoRAAAA:8 a=7o0vgxtEv0OaWoPWRUQA:9 a=W1AdtfT8KQEDeUfaTPUsA-dZUtcA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 929858533; Thu, 08 Oct 2009 20:09:44 +0200 Received-SPF: softfail receiver=mailfe13.swip.net; client-ip=188.126.201.140; envelope-from=hselasky@freebsd.org From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Thu, 8 Oct 2009 20:10:34 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200909251909.31503.hselasky@freebsd.org> <4ABE2B4F.6080104@tomjudge.com> <200909271950.55189.hselasky@freebsd.org> In-Reply-To: <200909271950.55189.hselasky@freebsd.org> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910082010.36621.hselasky@freebsd.org> Cc: Tom Judge , freebsd-current@freebsd.org Subject: Re: Polling support for USB serial port adapters [patches] 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: Thu, 08 Oct 2009 19:09:49 -0000 On Sunday 27 September 2009 19:50:54 Hans Petter Selasky wrote: > Hi, > > Here is a patchset which you can try. > > http://perforce.freebsd.org/chv.cgi?CH=168932 > > You need to download at least: > > usb_serial.h > and > usb_serial.c > > Download serial port drivers as needed. > > You need to at least recompile all USB serial modules. > > To enable you set: > > hw.usb.ucom.cons_unit=0 > hw.usb.ucom.cons_baud=9600 > > In /boot/loader.conf > > NOTE: The patches have not been tested yet, only carefully reviewed. If you > experience any problems, please debug and send patch to me. > Has anyone tried this out? --HPS