Deleted Added
full compact
NOTES (1507) NOTES (1508)
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.67 1994/05/17 14:15:11 jkh Exp $
7# $Id: LINT,v 1.68 1994/05/17 14:18:13 jkh Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

60options IPBROADCASTECHO=1 #send reply to broadcast pings
61options IPMASKAGENT=1 #send reply to icmp mask requests
62options TPCONS #support X.25 network-layer service
63options USER_LDT #allow user-level control of i386 ldt
64
65# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
66# the sound drivers.
67
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

60options IPBROADCASTECHO=1 #send reply to broadcast pings
61options IPMASKAGENT=1 #send reply to icmp mask requests
62options TPCONS #support X.25 network-layer service
63options USER_LDT #allow user-level control of i386 ldt
64
65# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
66# the sound drivers.
67
68options MULTICAST # Multicast code
69options MROUTING # Multicast routing
70
68#
69# options that are in sys/conf/files
70#
71pseudo-device bpfilter 4 #berkeley packet filter
72options CCITT
73device cd0 #Only need one of these, the code dynamically grows
74device ch0
75pseudo-device ddb

--- 118 unchanged lines hidden ---
71#
72# options that are in sys/conf/files
73#
74pseudo-device bpfilter 4 #berkeley packet filter
75options CCITT
76device cd0 #Only need one of these, the code dynamically grows
77device ch0
78pseudo-device ddb

--- 118 unchanged lines hidden ---