From owner-freebsd-current@FreeBSD.ORG Sat Dec 27 11:32:19 2008 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 EF90E1065676; Sat, 27 Dec 2008 11:32:19 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 30FCD8FC20; Sat, 27 Dec 2008 11:32:18 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=pgw_eo6bRDYA:10 a=JgwOP_QsqSoA:10 a=aFnS8WQ0ZNno8r5HOXoA:9 a=RYgw1tYyTdT1zv3jShfwmQ-LFPsA:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1172724840; Sat, 27 Dec 2008 12:32:16 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 27 Dec 2008 12:34:36 +0100 User-Agent: KMail/1.9.7 References: <20081222214010.GA18389@elvis.mu.org> <495606B9.10406@bsdforen.de> In-Reply-To: <495606B9.10406@bsdforen.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812271234.37581.hselasky@c2i.net> Cc: Dominic Fandrey , Alfred Perlstein , current@freebsd.org Subject: Re: HEADSUP usb2 (usb4bsd) to become default in 2 weeks. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2008 11:32:20 -0000 On Saturday 27 December 2008, Dominic Fandrey wrote: > Alfred Perlstein wrote: > > We're going to usher in the New Year with a new usb stack. > > > > Now is the time to test, test, test. > > > > It is also the time to point out anything missing from usb2 that > > is in usb1. ... > > > > See attachment. > > ... > > > > > > # USB Serial devices > > -device ucom # Generic com ttys > > -device u3g # USB-based 3G modems (Option, Huawei, Sierra) > > ... > > It seems u3g doesn't show up in the usb2 stuff. For me > this would be a real show stopper if I ran current. > The U3G driver has been ported to USB2. See "usb2_serial_3g". --HPS