From owner-freebsd-usb@FreeBSD.ORG Mon Feb 9 09:14:32 2009 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0526E106566B for ; Mon, 9 Feb 2009 09:14:32 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.tele2.se [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id 935128FC12 for ; Mon, 9 Feb 2009 09:14:31 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=s50n2do2tEWrn9YZ4TwA:9 a=ZnsNr2_pZQ6nGcATDeEFf07viwEA:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.198] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1023779257; Mon, 09 Feb 2009 09:14:27 +0100 From: Hans Petter Selasky To: Garrett Cooper Date: Mon, 9 Feb 2009 09:16:54 +0100 User-Agent: KMail/1.9.7 References: <7d6fde3d0902081703l71bc1de8g9bb7baf6b9b050c8@mail.gmail.com> In-Reply-To: <7d6fde3d0902081703l71bc1de8g9bb7baf6b9b050c8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902090916.54896.hselasky@c2i.net> Cc: usb@freebsd.org Subject: Re: Future of udbp in USB2? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 09:14:32 -0000 On Monday 09 February 2009, Garrett Cooper wrote: > Hi Hans, > I was just preparing to test out the usb2 changes and I noted that > one option in my old kernel configfile didn't have an analog in the > USB2 config file: udbp. > I don't use the option, but I was just checking to see whether or > not an analog does exist, or the support will be completely phased out > when USB2 becomes the default for FreeBSD. > Thanks, > -Garrett Hi, The udbp module is now called "misc_dbp" and it still connects via netgraph. Other similar devices just emulate USB ethernet devices. --HPS