From owner-freebsd-stable@FreeBSD.ORG Fri Oct 6 18:26:36 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EEC416A494 for ; Fri, 6 Oct 2006 18:26:36 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A2443D69 for ; Fri, 6 Oct 2006 18:25:36 +0000 (GMT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.13.6/8.13.6) with ESMTP id k96IPEEd049513 for ; Fri, 6 Oct 2006 14:25:14 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.6/8.13.3) with ESMTP id k96IPDOd003751 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 6 Oct 2006 14:25:13 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <7.0.1.0.0.20061006142338.15f92680@sentex.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Fri, 06 Oct 2006 14:27:21 -0400 To: freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <20061006175313.GA58888@FS.denninger.net> References: <20061005151925.GA1156@FS.denninger.net> <20061005190822.GA15547@icarus.home.lan> <20061005202144.GA11105@FS.denninger.net> <54db43990610051404x1816135ft9740ec29eb5da23@mail.gmail.com> <20061006000909.GB2473@FS.denninger.net> <20061006135019.L76485@server.arg.sj.co.uk> <20061006175313.GA58888@FS.denninger.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on clamscanner2 X-Virus-Status: Clean Subject: Re: Recommendations for a serial port card you can actually BUY? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 18:26:36 -0000 At 01:53 PM 10/6/2006, Karl Denninger wrote: >Now, where the problem comes in is that THIS line doesn't reference an >attached port. That sucks, but might not be hard to fix: > If there is just one USB *serial* device, it will always be /dev/ttyU0. It doesnt matter if you have 1 or 3 other USB devices (ugen0, uhid0, uhid1) >ucom0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, addr 2 > >So.... is there any way to discover what port a UCOM device is attached to? >If so, bingo - you've got it. You dont need to... It will always be ttyU0 in the above case if you just have one *serial* usb device. ---Mike