Subject: Re: AW: T3/T1 cards - interest
To: Martin Husemann <martin@rumolt.teuto.de>
From: Michael Graff <explorer@flame.org>
List: port-i386
Date: 10/26/1998 15:12:15
Martin Husemann <martin@rumolt.teuto.de> writes:

> Andrew Gilham wrote:
> 
> > A basic device driver that supported straight sync communications, for
> > PPP or Cisco HDLC would be a nice addition, IMHO, to NetBSD.  Having the
> > ET cards being the "only supported" sync card should be worth something.
> 
> There is somtehing realy similar to what you describe out there: isdn4bsd 
> (http://www.hcs.de/users/hm/isdn4bsd/i4b-main.html) has a special version 
> (the isppp driver) of some sync stuff from FreeBSD. The original version 
> could talk Cisco HDLC, not sure this is still working in the ISDN version.
> 
> Anyway, splitting off the common parts would be a real benefit for all 
> sides.

I talked to Jason about "ifconfig" flags.

What I really want to do is
	ifconfig lmch0 1.2.3.4 1.2.3.5 netmask 0xfffffffe linktype chdlc

Right now, the HSSI, T3, and soon to be T1 driver I'm doing for Lan
Media relies on link[012] but the T1 card has a clock generator, so
will need a userland control program.

BTW, there is a SDL T1 driver in the tree already...

--Michael