Deleted Added
full compact
NOTES (49536) NOTES (49827)
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.624 1999/08/08 16:27:17 chris Exp $
5# $Id: LINT,v 1.625 1999/08/08 19:28:57 phk 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

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

397# events for resetting the demand dial activity timer - requires bpf.
398# See pppd(8) for more details.
399#
400pseudo-device ether #Generic Ethernet
401pseudo-device token #Generic TokenRing
402pseudo-device fddi #Generic FDDI
403pseudo-device sppp #Generic Synchronous PPP
404pseudo-device loop #Network loopback device
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

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

397# events for resetting the demand dial activity timer - requires bpf.
398# See pppd(8) for more details.
399#
400pseudo-device ether #Generic Ethernet
401pseudo-device token #Generic TokenRing
402pseudo-device fddi #Generic FDDI
403pseudo-device sppp #Generic Synchronous PPP
404pseudo-device loop #Network loopback device
405pseudo-device bpf 4 #Berkeley packet filter
405pseudo-device bpf #Berkeley packet filter
406pseudo-device disc #Discard device
407pseudo-device tun 1 #Tunnel driver (ppp(8), nos-tun(8))
408pseudo-device sl 2 #Serial Line IP
409pseudo-device ppp 2 #Point-to-point protocol
410pseudo-device streams
411options PPP_BSDCOMP #PPP BSD-compress support
412options PPP_DEFLATE #PPP zlib/deflate/gzip support
413options PPP_FILTER #enable bpf filtering (needs bpf)

--- 1796 unchanged lines hidden ---
406pseudo-device disc #Discard device
407pseudo-device tun 1 #Tunnel driver (ppp(8), nos-tun(8))
408pseudo-device sl 2 #Serial Line IP
409pseudo-device ppp 2 #Point-to-point protocol
410pseudo-device streams
411options PPP_BSDCOMP #PPP BSD-compress support
412options PPP_DEFLATE #PPP zlib/deflate/gzip support
413options PPP_FILTER #enable bpf filtering (needs bpf)

--- 1796 unchanged lines hidden ---