freebsd-skq/sys
phk cfbddb7f46 (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.
1998-09-15 11:44:44 +00:00
..
alpha Add new functions fill_fpregs() and set_fpregs(), like fill_regs() 1998-09-14 22:43:40 +00:00
amd64 autoconf.c: 1998-09-15 10:03:43 +00:00
boot Resynch with working sources before BTX integration. 1998-09-14 18:27:06 +00:00
cam SCSI Peripheral drivers for CAM: 1998-09-15 06:36:34 +00:00
coda Finish conversion of cfs -> coda 1998-09-13 13:57:59 +00:00
compat Argh! *Now* the correct 3.0 fix is committed. 1998-08-31 10:53:33 +00:00
compile
conf (this is an extract from src/share/examples/atm/README) 1998-09-15 11:44:44 +00:00
contrib Made some disgusting ifdefs even more disgusting to enable the support 1998-08-15 21:51:53 +00:00
ddb Update to work with the new elf headers. 1998-08-17 08:06:31 +00:00
dev Convert ISP pci front end to CAM/bus space/dma. 1998-09-15 10:06:23 +00:00
fs Remove the SLICE code. 1998-09-14 19:56:42 +00:00
geom Update system to new device statistics code. 1998-09-15 08:15:30 +00:00
gnu Fixed the usual missing permissions checks in mount(). As for cd9660, 1998-09-09 20:21:18 +00:00
i386 (this is an extract from src/share/examples/atm/README) 1998-09-15 11:44:44 +00:00
isa Update system to new device statistics code. 1998-09-15 08:15:30 +00:00
isofs/cd9660 Remove the SLICE code. 1998-09-14 19:56:42 +00:00
kern kern_clock.c: 1998-09-15 10:05:18 +00:00
libkern Converted rcsid to $Id$ again. There shouldn't be any rcsids in the kernel. 1998-08-17 19:26:37 +00:00
miscfs various nits that didn't make it through the brucefilter. 1998-09-12 20:21:54 +00:00
modules Load linux emulator lkm only when not already loaded. This avoids 1998-09-07 16:15:59 +00:00
msdosfs Remove unused variable. 1998-09-13 15:40:31 +00:00
net Bring in files for bridging support. 1998-09-12 22:07:47 +00:00
netatalk Fixed printf format errors. 1998-08-17 01:05:25 +00:00
netatm Add new files for HARP3 1998-09-15 08:23:17 +00:00
netinet Turn off replies to ICMP echo requests for broadcast and multicast 1998-09-15 10:49:03 +00:00
netipx Yow! Completely change the way socket options are handled, eliminating 1998-08-23 03:07:17 +00:00
netkey Fixed printf format errors. 1998-08-17 01:05:25 +00:00
netnatm This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
netns
nfs Removed statically configured mount type numbers (MOUNT_*) and all 1998-09-07 13:17:06 +00:00
nfsclient Removed statically configured mount type numbers (MOUNT_*) and all 1998-09-07 13:17:06 +00:00
nfsserver Made unloading of the nfs LKM sort of work. This is mainly to test 1998-09-07 05:42:15 +00:00
pc98 Convert SCSI disk bios geometry code to CAM. 1998-09-15 10:05:50 +00:00
pccard Make PCIC_RESUME_RESET an proper option. 1998-09-08 18:09:51 +00:00
pci Obsoleted by CAM. 1998-09-15 10:40:55 +00:00
posix4 Set PAGE_SIZE for _SC_PAGESIZE sysconf(). 1998-06-01 21:54:43 +00:00
powerpc Add new functions fill_fpregs() and set_fpregs(), like fill_regs() 1998-09-14 22:43:40 +00:00
rpc
sys (this is an extract from src/share/examples/atm/README) 1998-09-15 11:44:44 +00:00
tools VOP_STRATEGY grows an (struct vnode *) argument 1998-07-04 20:45:42 +00:00
ufs When a buffer is removed from a buffer queue, remember it's block number 1998-09-15 08:55:03 +00:00
vm Instantiate `nfs_mount_type' in a standard file so that it is present 1998-09-05 15:17:34 +00:00
Makefile Add support for MACHINE=pc98. This leaves a single legacy entry for 1998-09-05 08:27:56 +00:00