From owner-freebsd-questions@FreeBSD.ORG Thu Oct 25 14:10:03 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11D5E16A420 for ; Thu, 25 Oct 2007 14:10:03 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [IPv6:2001:1b20:1:3::1]) by mx1.freebsd.org (Postfix) with ESMTP id 988F513C4A3 for ; Thu, 25 Oct 2007 14:10:02 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.1/8.14.1) with ESMTP id l9PE9s8e061802; Thu, 25 Oct 2007 16:10:00 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.1/8.14.1/Submit) id l9PE9srO061801; Thu, 25 Oct 2007 16:09:54 +0200 (CEST) (envelope-from olli) Date: Thu, 25 Oct 2007 16:09:54 +0200 (CEST) Message-Id: <200710251409.l9PE9srO061801@lurza.secnetix.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG, mail@maxlor.com In-Reply-To: <200710232017.03932.mail@maxlor.com> X-Newsgroups: list.freebsd-questions User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.2-STABLE-20070808 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Thu, 25 Oct 2007 16:10:01 +0200 (CEST) Cc: Subject: Re: USB->Serial adapter, how to make /dev/cuad* appear? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@FreeBSD.ORG, mail@maxlor.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2007 14:10:03 -0000 Benjamin Lutz wrote: > Roland Smith wrote: > > > > Looking at ucom(4): > > > > FILES > > /dev/cuaU? > > > > See if that exists. > > No such luck I'm afraid. There's only cuaU0, which belongs to the > onboard serial port too. No, cuaU0 belongs to the ucom(4) driver. It certainly does _not_ belong to the sio(4) driver. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "... there are two ways of constructing a software design: One way is to make it so simple that there are _obviously_ no deficiencies and the other way is to make it so complicated that there are no _obvious_ deficiencies." -- C.A.R. Hoare, ACM Turing Award Lecture, 1980