From owner-freebsd-usb@FreeBSD.ORG Fri Dec 3 16:50:06 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA43716A4CE for ; Fri, 3 Dec 2004 16:50:06 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B87743D58 for ; Fri, 3 Dec 2004 16:50:05 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id iB3GrbBm087212 for freebsd-usb@freebsd.org.checked; Fri, 3 Dec 2004 19:53:37 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from [144.206.181.94] (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id iB3GqpBK087191; Fri, 3 Dec 2004 19:52:51 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <41B09971.1080209@cronyx.ru> Date: Fri, 03 Dec 2004 19:50:57 +0300 From: Roman Kurakin User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jose M Rodriguez References: <200412021702.53996.freebsd@redesjm.local> In-Reply-To: <200412021702.53996.freebsd@redesjm.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: about a usb adsl modem driver X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:50:06 -0000 Jose M Rodriguez wrote: >Hi, > >I've got a eagle usb adsl modem and get ready to work on FreeBSD support >for it. > >I found two proyects on this, one for alcatel modems and other for this >(eagle). > >I can connect with the latest via pppoa on RELENG_5, but I don't like >this too much. > >After a some days searching on inet, I found enough docs and ideas for a >real usb adsl modem driver. > >My first idea was a sppp based one, that can be ported to all xBSD. But >now I think that a netgraph thing must be a better first contact. > > Note, with Netgraph you may use sppp via ng_sppp(4). Also it is not to hard to implement a dual driver. But I sugest to not do that way, especialy if you want to support multiple branches. I know how hard is that ;-). (http://www.cronyx.ru/software/sigma.html) If your implementation would work with sppp (via ng_sppp(4)) or you would need smth additional from sppp(4) let me know. rik >Anyone interested in help with this? > >Any comments on this are welcome. > >-- > josemi > > >_______________________________________________ >freebsd-net@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-net >To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > >