From owner-freebsd-hackers@FreeBSD.ORG Tue Jul 1 15:36:47 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B40F37B401 for ; Tue, 1 Jul 2003 15:36:47 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF264405A for ; Tue, 1 Jul 2003 15:36:46 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h61MahE1019409; Tue, 1 Jul 2003 16:36:45 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 01 Jul 2003 16:36:38 -0600 (MDT) Message-Id: <20030701.163638.21710790.imp@bsdimp.com> To: les@ns3.safety.net From: "M. Warner Losh" In-Reply-To: <200307011836.h61Ia9ic000589@ns3.safety.net> References: <200307011836.h61Ia9ic000589@ns3.safety.net> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: USB serial support on FreeBSD 3.5? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 22:36:47 -0000 In message: <200307011836.h61Ia9ic000589@ns3.safety.net> Les Biffle writes: : I need two serial ports on a modern server running our 3.5-based firewall : code, but the 1U servers I find have only one serial port. I need one : for console and one for our dongle, and wondered if there was stable : USB serial adaptor support in 3.5? Would my dongle code (that assumes : a "normal" serial port) have trouble accessing a serial dongle by way : of USB? I've been using the new umct driver with the Belkin 109 dongle. It works well for me for data collection and some minor DTR/DSR frobbing. Well enought that I a program I wrote for the Newton Keyboard + sio (and SunOS 4/5) works unaltered. Warner