Deleted Added
full compact
NOTES (6261) NOTES (6292)
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.136 1995/02/06 23:19:47 jkh Exp $
5# $Id: LINT,v 1.137 1995/02/09 09:47:08 jkh 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

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

150# The `ppp' pseudo-device implements the Point-to-Point Protocol.
151# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
152# aware of the legal and administrative consequences of enabling this
153# option. The number of devices determines the maximum number of
154# simultaneous BPF clients programs runnable.
155# The `disc' pseudo-device implements a minimal network interface,
156# which throws away all packets sent and never receives any. It is
157# included for testing purposes.
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

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

150# The `ppp' pseudo-device implements the Point-to-Point Protocol.
151# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
152# aware of the legal and administrative consequences of enabling this
153# option. The number of devices determines the maximum number of
154# simultaneous BPF clients programs runnable.
155# The `disc' pseudo-device implements a minimal network interface,
156# which throws away all packets sent and never receives any. It is
157# included for testing purposes.
158# The `tun' pseudo-device implements the User Process PPP (iijppp)
158#
159pseudo-device ether #Generic Ethernet
160pseudo-device sppp #Generic Synchronous PPP
161pseudo-device loop #Network loopback device
162pseudo-device sl 2 #Serial Line IP
163pseudo-device ppp 2 #Point-to-point protocol
164pseudo-device bpfilter 4 #Berkeley packet filter
165pseudo-device disc #Discard device
166pseudo-device tun 1 #Tunnel driver(user process ppp)
167
168options NSIP #XNS over IP
169options EON #ISO CLNP over IP
170options LLC #X.25 link layer for Ethernets
171options HDLC #X.25 link layer for serial lines
159#
160pseudo-device ether #Generic Ethernet
161pseudo-device sppp #Generic Synchronous PPP
162pseudo-device loop #Network loopback device
163pseudo-device sl 2 #Serial Line IP
164pseudo-device ppp 2 #Point-to-point protocol
165pseudo-device bpfilter 4 #Berkeley packet filter
166pseudo-device disc #Discard device
167pseudo-device tun 1 #Tunnel driver(user process ppp)
168
169options NSIP #XNS over IP
170options EON #ISO CLNP over IP
171options LLC #X.25 link layer for Ethernets
172options HDLC #X.25 link layer for serial lines
172options TUN #IP Tunnel driver
173
174#
175# Internet family options:
176#
177# TCP_COMPAT_42 causes the TCP code to emulate certain bugs present in
178# 4.2BSD. This option should not be used unless you have a 4.2BSD
179# machine and TCP connections fail.
180#

--- 381 unchanged lines hidden ---
173
174#
175# Internet family options:
176#
177# TCP_COMPAT_42 causes the TCP code to emulate certain bugs present in
178# 4.2BSD. This option should not be used unless you have a 4.2BSD
179# machine and TCP connections fail.
180#

--- 381 unchanged lines hidden ---