From owner-freebsd-hackers Wed Oct 9 10:48:14 2002 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 7D38637B401 for ; Wed, 9 Oct 2002 10:48:13 -0700 (PDT) Received: from valu.uninet.ee (valu.uninet.ee [194.204.34.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9621A43E88 for ; Wed, 9 Oct 2002 10:48:12 -0700 (PDT) (envelope-from taavi@uninet.ee) Received: by valu.uninet.ee (Postfix, from userid 1002) id A1AD336420; Wed, 9 Oct 2002 20:48:10 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by valu.uninet.ee (Postfix) with ESMTP id 9E6603261A; Wed, 9 Oct 2002 20:48:10 +0300 (EEST) Date: Wed, 9 Oct 2002 20:48:10 +0300 (EEST) From: Taavi Talvik To: float@firedrake.org Cc: David Gilbert , Neal Nelson , Subject: Re: [hackers] Writing a PCI ADSL Driver In-Reply-To: <7E1C6E6A-DBAB-11D6-B8A2-003065D4F4F2@firedrake.org> Message-ID: <20021009203358.W35437-100000@valu.uninet.ee> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 9 Oct 2002 float@firedrake.org wrote: > On Sunday, October 6, 2002, at 06:48 PM, Taavi Talvik wrote: > > > > Problem with ADSL is that there are actually too many link layer > > encapsualtions in use - PPPoE, PPPoA, plain rfc1348 (if i remember > > rfc number correctly) etc. > > This RFC defines the format of two new Resource Records (RRs) for the > Domain Name System (DNS), and reserves corresponding DNS type > mnemonic and numerical codes. > > Nope, try again. :-) Ok, rfc1483 obsoleted by rfc2684. Still, the point holds - in xDSL services every imaginable encapsulation is used and usefull driver should provide netgraph hooks for constructing arbitrary upper layers. Especially nice would be autodetection of active ATM VC's, used encapsualtions and connecting appropriate netgraph hooks automagically. best regards, taavi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message