From owner-freebsd-hackers@FreeBSD.ORG Sun Aug 20 04:24:55 2006 Return-Path: X-Original-To: hackers@freebsd.org 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 2A9EC16A4DA for ; Sun, 20 Aug 2006 04:24:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B5743D45 for ; Sun, 20 Aug 2006 04:24:54 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k7K4O63k045086; Sat, 19 Aug 2006 22:24:06 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 19 Aug 2006 22:24:11 -0600 (MDT) Message-Id: <20060819.222411.-1625879832.imp@bsdimp.com> To: mrcpu@mathisen.org From: "M. Warner Losh" In-Reply-To: <20060820010142.GY20880@main.mathisen.org> References: <20060820010142.GY20880@main.mathisen.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 19 Aug 2006 22:24:06 -0600 (MDT) Cc: hackers@freebsd.org Subject: Re: RadioShack USB/Serial converter on FreeBSD 6.0-stable? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 04:24:55 -0000 In message: <20060820010142.GY20880@main.mathisen.org> Jaye Mathisen writes: : Running 6.0-stable as of 8/17. Bought a USB/Serial converter for my : notebook from radio shack. Works under windows, but comes : on as a "ugen0: Prolific Technology Inc. USB-Serial Controller. rev 1.10/3.00, addr". : : Is there a simple way for me to make this recognizable as a serial : interface (presuming it's just a rebadged something-or-other. run current is the simple way. I've added support to current for this device already... Warner