From owner-freebsd-atm Mon Sep 9 13:38:05 1996 Return-Path: owner-atm Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA17694 for atm-outgoing; Mon, 9 Sep 1996 13:38:05 -0700 (PDT) Received: from alpo.whistle.com (s205m1.whistle.com [207.76.205.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA17686 for ; Mon, 9 Sep 1996 13:37:50 -0700 (PDT) Received: from current1.whistle.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.7.5/8.7.3) with SMTP id NAA06587 for ; Mon, 9 Sep 1996 13:27:02 -0700 (PDT) Message-ID: <32347D47.41C67EA6@whistle.com> Date: Mon, 09 Sep 1996 13:25:43 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0b6 (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: freebsd-atm@freebsd.org Subject: [Fwd: Re: ATM] Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-atm@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Return-Path: chuck@maria.wustl.edu Received: from whistle.com (whistle.whistle.com [207.76.205.131]) by alpo.whistle.com (8.7.5/8.7.3) with ESMTP id IAA03767 for ; Mon, 9 Sep 1996 08:37:02 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id IAA22437 for ; Mon, 9 Sep 1996 08:37:01 -0700 (PDT) Received: from gatekeeper.whistle.com(207.76.204.2) by whistle.com via smap (V1.3) id sma022435; Mon Sep 9 08:36:36 1996 Received: (from smap@localhost) by gatekeeper.whistle.com (8.7.5/8.6.12) id IAA22230 for ; Mon, 9 Sep 1996 08:36:36 -0700 (PDT) Received: from maria.wustl.edu(128.252.169.16) by gatekeeper.whistle.com via smap (V1.3) id sma022228; Mon Sep 9 08:36:17 1996 Date: Mon, 9 Sep 96 10:36:00 CDT From: Chuck Cranor To: Julian Elischer cc: Matthias Drochner Subject: Re: ATM Message-ID: <9609091036.aa23958@maria.wustl.edu> In your letter dated Mon, 09 Sep 1996 01:16:28 -0700, you wrote: >Can you give more pointers to the ATM stuff you refer to? >there is an effort under FreeBSD to bring together a lot of >ISDN/Frame-relay/ATM stuff to make some sort of "unified" >V/C based networking module. hi- well, the main-line code is in the OpenBSD and NetBSD -current source tree, but I extracted it into: ftp://dworkin.wustl.edu/dist/bsd/bsdatm1.2.tar.gz I ported it to FreeBSD 2.2-960612-SNAP, but since I don't normally run FreeBSD I haven't tried it with anything later than that. there is also a newer version of midway.c in that directory. i have a slightly dated set of release notes on-line at: http://www.ccrc.wustl.edu/pub/chuck/bsdatm/wucs.html the goal of my code is to allow IP to run over ATM, and to allow socket level access to both AAL0 and AAL5 VCs using the only ATM adaptors i've got: the efficient network ENI-155s (Sbus) and ENI-155p (PCI). i have not addressed issues such as ATM ARP, ATM addresses (other than virtual circuits), etc. locally we are using the code for several projects include an ATM based video file server, interacting with an ATM based audio and video source/sink, and doing some sort of routing project (i don't know the details). on the internet there are several people interested in doing things with this code. To name two: - Matthias Drochner has extended native mode atm sockets for datagram use, implemented ILMI, is playing with signaling, and also has a driver for a DEC ATM adaptor. Given Matthias activity I am hoping that he can coordinate future changes and updates to this code as I am very short on time these days. - Jason Thorpe is writing a device driver for the FORE 200 ATM adaptor as part of a project he has going at his place of work. is that the kind of info you are interested in? maybe you can talk to Matthias a bit so that everyone might be able to work together? chuck