summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/LINT
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-09-15 11:44:44 +0000
committerphk <phk@FreeBSD.org>1998-09-15 11:44:44 +0000
commitcfbddb7f4672d13b48619c9c88bd327832ec70a9 (patch)
tree1370c078b3cbe00ad53236fad9789f81afdafbb2 /sys/i386/conf/LINT
parent57ed676cedabf1f7d67731d431fe96f5649f1c39 (diff)
downloadFreeBSD-src-cfbddb7f4672d13b48619c9c88bd327832ec70a9.zip
FreeBSD-src-cfbddb7f4672d13b48619c9c88bd327832ec70a9.tar.gz
(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.
Diffstat (limited to 'sys/i386/conf/LINT')
-rw-r--r--sys/i386/conf/LINT32
1 files changed, 31 insertions, 1 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 0755653..2d8c4a8 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.463 1998/09/14 19:56:38 sos Exp $
+# $Id: LINT,v 1.464 1998/09/15 10:01:13 gibbs Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -440,6 +440,36 @@ options IPFILTER_LOG #ipfilter logging
#options IPFILTER_LKM #kernel support for ip_fil.o LKM
options TCPDEBUG
+#
+# ATM (HARP version) options
+#
+# ATM_CORE includes the base ATM functionality code. This must be included
+# for ATM support.
+#
+# ATM_IP includes support for running IP over ATM.
+#
+# At least one (and usually only one) of the following signalling managers
+# must be included (note that all signalling managers include PVC support):
+# ATM_SIGPVC includes support for the PVC-only signalling manager `sigpvc'.
+# ATM_SPANS includes support for the `spans' signalling manager, which runs
+# the FORE Systems's proprietary SPANS signalling protocol.
+# ATM_UNI includes support for the `uni30' and `uni31' signalling managers,
+# which run the ATM Forum UNI 3.x signalling protocols.
+#
+# The `hea' driver provides support for the Efficient Networks, Inc.
+# ENI-155p ATM PCI Adapter.
+#
+# The `hfa' driver provides support for the FORE Systems, Inc.
+# PCA-200E ATM PCI Adapter.
+#
+options ATM_CORE #core ATM protocol family
+options ATM_IP #IP over ATM support
+options ATM_SIGPVC #SIGPVC signalling manager
+options ATM_SPANS #SPANS signalling manager
+options ATM_UNI #UNI signalling manager
+device hea0 #Efficient ENI-155p ATM PCI
+device hfa0 #FORE PCA-200E ATM PCI
+
#####################################################################
# FILESYSTEM OPTIONS
OpenPOWER on IntegriCloud