From owner-cvs-all Tue Sep 15 04:45:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18620 for cvs-all-outgoing; Tue, 15 Sep 1998 04:45:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18603; Tue, 15 Sep 1998 04:45:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA00971; Tue, 15 Sep 1998 04:44:45 -0700 (PDT) Date: Tue, 15 Sep 1998 04:44:45 -0700 (PDT) Message-Id: <199809151144.EAA00971@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 src/etc/mtree BSD.include.dist src/include Makefile src/lib Makefile src/release/sysinstall/help relnotes.hlp src/sbin Makefile src/sys/conf files options src/sys/i386/conf LINT src/sys/sys mount.h socket.h src/usr.sbin ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/09/15 04:44:45 PDT Modified files: . Makefile.inc1 etc/mtree BSD.include.dist include Makefile lib Makefile release/sysinstall/help relnotes.hlp sbin Makefile sys/conf files options sys/i386/conf LINT sys/sys mount.h socket.h usr.sbin Makefile Log: (this is an extract from src/share/examples/atm/README) =================================== HARP | Host ATM Research Platform =================================== HARP 3 What is this stuff? ------------------- The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center, Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed the Host ATM Research Platform (HARP) software, which allows IP hosts to communicate over ATM networks using standard protocols. It is intended to be a high-quality platform for IP/ATM research. HARP provides a way for IP hosts to connect to ATM networks. It supports standard methods of communication using IP over ATM. A host's standard IP software sends and receives datagrams via a HARP ATM interface. HARP provides functionality similar to (and typically replaces) vendor-provided ATM device driver software. HARP includes full source code, making it possible for researchers to experiment with different approaches to running IP over ATM. HARP is self-contained; it requires no other licenses or commercial software packages. HARP implements support for the IETF Classical IP model for using IP over ATM networks, including: o IETF ATMARP address resolution client o IETF ATMARP address resolution server o IETF SCSP/ATMARP server o UNI 3.1 and 3.0 signalling protocols o Fore Systems's SPANS signalling protocol What's supported ---------------- The following are supported by HARP 3: o ATM Host Interfaces - FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters - FORE Systems, Inc. PCA-200E ATM PCI Adapters - Efficient Networks, Inc. ENI-155p ATM PCI Adapters o ATM Signalling Protocols - The ATM Forum UNI 3.1 signalling protocol - The ATM Forum UNI 3.0 signalling protocol - The ATM Forum ILMI address registration - FORE Systems's proprietary SPANS signalling protocol - Permanent Virtual Channels (PVCs) o IETF "Classical IP and ARP over ATM" model - RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5" - RFC 1577, "Classical IP and ARP over ATM" - RFC 1626, "Default IP MTU for use over ATM AAL5" - RFC 1755, "ATM Signaling Support for IP over ATM" - RFC 2225, "Classical IP and ARP over ATM" - RFC 2334, "Server Cache Synchronization Protocol (SCSP)" - Internet Draft draft-ietf-ion-scsp-atmarp-00.txt, "A Distributed ATMARP Service Using SCSP" o ATM Sockets interface - The file atm-sockets.txt contains further information What's not supported -------------------- The following major features of the above list are not currently supported: o UNI point-to-multipoint support o Driver support for Traffic Control/Quality of Service o SPANS multicast and MPP support o SPANS signalling using Efficient adapters This software was developed under the sponsorship of the Defense Advanced Research Projects Agency (DARPA). Reviewed (lightly) by: phk Submitted by: Network Computing Services, Inc. Revision Changes Path 1.14 +3 -3 src/Makefile.inc1 1.20 +3 -1 src/etc/mtree/BSD.include.dist 1.84 +2 -2 src/include/Makefile 1.79 +2 -2 src/lib/Makefile 1.85 +44 -2 src/release/sysinstall/help/relnotes.hlp 1.56 +3 -2 src/sbin/Makefile 1.158 +101 -0 src/sys/conf/files 1.98 +8 -1 src/sys/conf/options 1.465 +31 -1 src/sys/i386/conf/LINT 1.68 +2 -2 src/sys/sys/mount.h 1.26 +4 -2 src/sys/sys/socket.h 1.130 +2 -1 src/usr.sbin/Makefile