diff options
Diffstat (limited to 'sys/i386/conf/LINT')
-rw-r--r-- | sys/i386/conf/LINT | 32 |
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 |