Subject: Re: autoconfiguration question
To: Bill Studenmund <wrstuden@loki.stanford.edu>
From: Martin Husemann <martin@rumolt.teuto.de>
List: tech-kern
Date: 05/24/1997 07:40:36
> Letting the hdlc stuff do syncronous PPP is one reason I want to make a
> different device. Adding a sync PPP and a LocalTalk (and an X.25?)
> line discipline would be very gross.

FreeBSD has sys/net/if_sppp.h and sys/net/if_spppsubr.c, which I'm about
to port to NetBSD. They use it for three different HDLC card drivers
and we just started using it for SyncPPP over ISDN in the FreeBSD version
of BISDN. The NetBSD version will follow shortly, so we (the BISDN team)
do need a similar framework for NetBSD. It would be cool if this could be
used for Localtalk as well!


Martin