From owner-freebsd-usb@FreeBSD.ORG Sat Oct 10 10:38:16 2009 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 BD1D71065672; Sat, 10 Oct 2009 10:38:16 +0000 (UTC) (envelope-from hselasky@freebsd.org) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 1C9FE8FC1F; Sat, 10 Oct 2009 10:38:15 +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=R5zHh6Q0aC69Z2J8_2IA:9 a=bqN_6H8h7G0Dbm70ma9dyuXSeBQA:4 a=SV7veod9ZcQA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1309878422; Sat, 10 Oct 2009 12:38:13 +0200 Received-SPF: softfail receiver=mailfe06.swip.net; client-ip=188.126.201.140; envelope-from=hselasky@freebsd.org From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 10 Oct 2009 12:39:00 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200909251909.31503.hselasky@freebsd.org> <200910082010.36621.hselasky@freebsd.org> <20091010114100.51b67abd@baby-jane.lamaiziere.net> In-Reply-To: <20091010114100.51b67abd@baby-jane.lamaiziere.net> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpO< =?iso-8859-1?q?Q0yAl=7E=3F=60=27F=3FjDVb=5DE6TQ7=27=23h-VlLs=7Dk/=0A=09?=(yxg(p!IL.`#ng"%`BMrham7%UK,}VH\wUOm=^>wEEQ+KWt[{J#x6ow~JO:,zwp.(t; @ =?iso-8859-1?q?Aq=0A=09=3A4=3A=26nFCgDb8=5B3oIeTb=5E=27?=",; u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200910101239.02783.hselasky@freebsd.org> Cc: freebsd-current@freebsd.org, Patrick Lamaiziere Subject: Re: Polling support for USB serial port adapters [patches] 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: Sat, 10 Oct 2009 10:38:16 -0000 On Saturday 10 October 2009 11:41:00 Patrick Lamaiziere wrote: > Le Thu, 8 Oct 2009 20:10:34 +0200, > Hans Petter Selasky a =E9crit : > > Hello, > > > > hw.usb.ucom.cons_unit=3D0 > > > hw.usb.ucom.cons_baud=3D9600 > > > > > > 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. > > I'm trying with uplcom (Prolific chipset) but I'm not familiar with > serial debuging. Shall I use a remote gdb. Or should it work if I > set a serial console on the machine (like with uart)? > > I'm testing on 8.0. It should work with both GDB and the console driver. =2D-HPS