Deleted Added
full compact
NOTES (995) NOTES (1011)
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# This kernel is NOT MEANT to be runnable!
6#
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# This kernel is NOT MEANT to be runnable!
6#
7# $Id: LINT,v 1.42 1994/01/21 09:55:56 davidg Exp $
7# $Id: LINT,v 1.43 1994/01/22 09:25:37 rgrimes Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

43options NSERRPRINTFS #ditto for XNS Error protocol
44 #^^above three NOT RECOMMENTED
45options FASTLINKS #support for fast symbolic links
46options MACHVMCOMPAT #support for Mach-style vm calls
47options IPBROADCASTECHO=1 #send reply to broadcast pings
48options IPMASKAGENT=1 #send reply to icmp mask requests
49options TPCONS #support X.25 network-layer service
50
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

43options NSERRPRINTFS #ditto for XNS Error protocol
44 #^^above three NOT RECOMMENTED
45options FASTLINKS #support for fast symbolic links
46options MACHVMCOMPAT #support for Mach-style vm calls
47options IPBROADCASTECHO=1 #send reply to broadcast pings
48options IPMASKAGENT=1 #send reply to icmp mask requests
49options TPCONS #support X.25 network-layer service
50
51options EXCLUDE_CHIP_MIDI # \ sound driver options
52options "EXCLUDE_MPU401" # \ exclude specified
53options EXCLUDE_GUS # / device or chip
54options EXCLUDE_SBPRO # / from driver
55
51#
52# options that are in sys/conf/files
53#
54pseudo-device bpfilter 4 #berkeley packet filter
55options CCITT
56device cd0 #Only need one of these, the code dynamically grows
57device ch0
58pseudo-device ddb

--- 108 unchanged lines hidden ---
56#
57# options that are in sys/conf/files
58#
59pseudo-device bpfilter 4 #berkeley packet filter
60options CCITT
61device cd0 #Only need one of these, the code dynamically grows
62device ch0
63pseudo-device ddb

--- 108 unchanged lines hidden ---