From owner-freebsd-current@FreeBSD.ORG Wed Feb 4 14:45:27 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08D1D106566C; Wed, 4 Feb 2009 14:45:27 +0000 (UTC) (envelope-from vova@sw.ru) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 7903A8FC18; Wed, 4 Feb 2009 14:45:25 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id n14EjL59015334 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Feb 2009 17:45:22 +0300 (MSK) Received: from vova by vbook.fbsd.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LUj0D-000122-OP; Wed, 04 Feb 2009 17:45:21 +0300 From: Vladimir Grebenschikov To: John Baldwin In-Reply-To: <200902040922.16882.jhb@freebsd.org> References: <1233734352.1767.55.camel@localhost> <200902041044.27663.hselasky@c2i.net> <1233741482.1767.120.camel@localhost> <200902040922.16882.jhb@freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SWsoft Date: Wed, 04 Feb 2009 17:45:21 +0300 Message-Id: <1233758721.1811.148.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: usb@freebsd.org, freebsd-current@freebsd.org, Hans Petter Selasky Subject: Re: USB2 - umass problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2009 14:45:27 -0000 On Wed, 2009-02-04 at 09:22 -0500, John Baldwin wrote: > On Wednesday 04 February 2009 4:58:02 am Vladimir Grebenschikov wrote: > > On Wed, 2009-02-04 at 10:44 +0100, Hans Petter Selasky wrote: > > > > > > By some reason devfs semantic was changed: > > > > Instead of /dev/cuaU0.[0-2] and /dev/ttyU0.[0-2], I've get > > > > /dev/cuaU[0-2] /dev/ttyU[0-2] and! /dev/cuau1 /dev/ttyu1 > > > > What is reason for such change (additional port with lowercase 'u' and > > > > U[0-2] instead of more logical U0.[0-2]) ? > > > > > > It is because we are attaching drivers per interface instead of per > device. A > > > new modem unit is allocated every time we find a modem, simply put. If the > > > modem has multiple instances in an interface, /dev/cuaU0.[0...] will be > > > created. Else /dev/cuaU... . > > > > What about /dev/cuau1 /dev/ttyu1 ? > > You have a uart1 device. Ahh, ok, now I understand, thanks. -- Vladimir B. Grebenschikov vova@fbsd.ru