Re: about a usb adsl modem driver
From: Jose M Rodriguez (josemi_at_freebsd.jazztel.es)
Date: 12/03/04
- Previous message: Max Laier: "Re: ALTQ integration and FreeBSD 4.x"
- In reply to: Andre Oppermann: "Re: about a usb adsl modem driver"
- Next in thread: Bruce M Simpson: "Re: about a usb adsl modem driver"
- Reply: Bruce M Simpson: "Re: about a usb adsl modem driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Andre Oppermann <andre@freebsd.org> Date: Fri, 3 Dec 2004 21:25:56 +0100
El Viernes, 3 de Diciembre de 2004 20:58, Andre Oppermann escribió:
> Jose M Rodriguez wrote:
> > El Viernes, 3 de Diciembre de 2004 17:50, Roman Kurakin escribió:
> >>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 Netgraph the easy path. A, let's say, ng_uadsl limited only
> > to move aal5 between the modem and netgraph may be enough to use
> > routed protocols, bridged mode, pppoe, pppoa, pptp, user-ppp, sppp,
> > ... just with some equivalents of frame relay nodes and atm_llc,
> > adapted to rfc2684.
>
> There is an extensive Netgraph ATM framework in FreeBSD 5.x written
> by harti@freebsd.org. The only thing you need to do is the hardware
> driver for the ADSL USB modem.
This one of the main reasons to 'go netgraph'. In fact, the actual
ueagle driver uses NATM.
But noted strong differences between atm boards and adsl modems.
- atm boards are hardware assisted. usb adsl modems are bare assisted.
- atm boards support better signaling, multiple channels, ... usb adsl
modems just one PVC with uni signaling.
So I realize that try to get a NATM/NETGRAPH hardware driver may be too
work for little gain.
Right now, I think that maintain a ng_uadsl closer enough to ng_atm must
be a better solution.
In other words, take harti work as a reference, but let uadsl
independent of atm works.
-- 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"
- Previous message: Max Laier: "Re: ALTQ integration and FreeBSD 4.x"
- In reply to: Andre Oppermann: "Re: about a usb adsl modem driver"
- Next in thread: Bruce M Simpson: "Re: about a usb adsl modem driver"
- Reply: Bruce M Simpson: "Re: about a usb adsl modem driver"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]