From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 2 16:02:54 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1EE316A4CE; Thu, 2 Dec 2004 16:02:54 +0000 (GMT) Received: from smtp1.jazztel.es (smtp1.jazztel.es [62.14.3.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 903A843D1F; Thu, 2 Dec 2004 16:02:54 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp1.jazztel.es with antivirus id 1CZtQF-0000yE-00 Thu, 02 Dec 2004 17:03:11 +0100 Received: from [212.106.252.204] (helo=rguez.homeunix.net) by smtp1.jazztel.es with esmtp id 1CZtQE-0000w3-00 Thu, 02 Dec 2004 17:03:10 +0100 Received: from redesjm.local (orion.redesjm.local [192.168.254.16]) by rguez.homeunix.net (8.13.1/8.13.1) with ESMTP id iB2G2prh000912; Thu, 2 Dec 2004 17:02:51 +0100 (CET) (envelope-from freebsd@redesjm.local) Received: from localhost (localhost [[UNIX: localhost]]) by redesjm.local (8.13.1/8.13.1/Submit) id iB2G2s8A000998; Thu, 2 Dec 2004 17:02:54 +0100 (CET) (envelope-from freebsd@redesjm.local) From: Jose M Rodriguez To: freebsd-usb@freebsd.org Date: Thu, 2 Dec 2004 17:02:53 +0100 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412021702.53996.freebsd@redesjm.local> X-AntiVirus: checked by AntiVir Milter (version: 1.1; AVE: 6.28.0.19; VDF: 6.28.0.101; host: antares.redesjm.local) X-Virus-Scanned: by antivirus X-Mailman-Approved-At: Fri, 03 Dec 2004 13:01:57 +0000 cc: "freebsd-hackers@freebsd.org.freebsd-net"@freebsd.org Subject: about a usb adsl modem driver X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:02:55 -0000 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. Anyone interested in help with this? Any comments on this are welcome. -- josemi