Deleted Added
full compact
NOTES (39242) NOTES (39271)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $Id: LINT,v 1.463 1998/09/14 19:56:38 sos Exp $
5# $Id: LINT,v 1.464 1998/09/15 10:01:13 gibbs Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 421 unchanged lines hidden (view full) ---

435options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
436options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
437options IPDIVERT #divert sockets
438options IPFILTER #kernel ipfilter support
439options IPFILTER_LOG #ipfilter logging
440#options IPFILTER_LKM #kernel support for ip_fil.o LKM
441options TCPDEBUG
442
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 421 unchanged lines hidden (view full) ---

435options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
436options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
437options IPDIVERT #divert sockets
438options IPFILTER #kernel ipfilter support
439options IPFILTER_LOG #ipfilter logging
440#options IPFILTER_LKM #kernel support for ip_fil.o LKM
441options TCPDEBUG
442
443#
444# ATM (HARP version) options
445#
446# ATM_CORE includes the base ATM functionality code. This must be included
447# for ATM support.
448#
449# ATM_IP includes support for running IP over ATM.
450#
451# At least one (and usually only one) of the following signalling managers
452# must be included (note that all signalling managers include PVC support):
453# ATM_SIGPVC includes support for the PVC-only signalling manager `sigpvc'.
454# ATM_SPANS includes support for the `spans' signalling manager, which runs
455# the FORE Systems's proprietary SPANS signalling protocol.
456# ATM_UNI includes support for the `uni30' and `uni31' signalling managers,
457# which run the ATM Forum UNI 3.x signalling protocols.
458#
459# The `hea' driver provides support for the Efficient Networks, Inc.
460# ENI-155p ATM PCI Adapter.
461#
462# The `hfa' driver provides support for the FORE Systems, Inc.
463# PCA-200E ATM PCI Adapter.
464#
465options ATM_CORE #core ATM protocol family
466options ATM_IP #IP over ATM support
467options ATM_SIGPVC #SIGPVC signalling manager
468options ATM_SPANS #SPANS signalling manager
469options ATM_UNI #UNI signalling manager
470device hea0 #Efficient ENI-155p ATM PCI
471device hfa0 #FORE PCA-200E ATM PCI
472
443
444#####################################################################
445# FILESYSTEM OPTIONS
446
447#
448# Only the root, /usr, and /tmp filesystems need be statically
449# compiled; everything else will be automatically loaded at mount
450# time. (Exception: the UFS family---FFS, and MFS --- cannot

--- 1235 unchanged lines hidden ---
473
474#####################################################################
475# FILESYSTEM OPTIONS
476
477#
478# Only the root, /usr, and /tmp filesystems need be statically
479# compiled; everything else will be automatically loaded at mount
480# time. (Exception: the UFS family---FFS, and MFS --- cannot

--- 1235 unchanged lines hidden ---