Deleted Added
full compact
NOTES (1406) NOTES (1407)
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.62 1994/04/13 01:29:14 ache Exp $
7# $Id: LINT,v 1.63 1994/04/23 12:13:27 ache Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

21#
22# options that appear as inline #ifdef's
23#
24options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
25options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
26options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c
27
28options "COMPAT_43" #compatible with BSD 4.3
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

21#
22# options that appear as inline #ifdef's
23#
24options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
25options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
26options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c
27
28options "COMPAT_43" #compatible with BSD 4.3
29options "SYMTAB_SPACE=112466" #This kernel needs LOTS of symtable
29options "SYMTAB_SPACE=113498" #This kernel needs LOTS of symtable
30options GATEWAY #internetwork gateway
31options KTRACE #kernel tracing
32
33options "NCONS=8" #number of syscons virtual consoles
34options "FAT_CURSOR" #block cursor in syscons or pccons
35options "STAR_SAVER" #syscons "stars" screen saver
36options "FADE_SAVER" #syscons "fade" screen saver
37options "SNAKE_SAVER" #syscons "snake" screen saver

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

172device snd3 at isa? port 0x388 irq 10 drq 6 vector pasintr
173device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr
174device snd6 at isa? port 0x220 irq 7 drq 5 vector sbintr
175device snd7 at isa? port 0x300
176device snd1 at isa? port 0x388
177
178device pca0 at isa? tty
179#
30options GATEWAY #internetwork gateway
31options KTRACE #kernel tracing
32
33options "NCONS=8" #number of syscons virtual consoles
34options "FAT_CURSOR" #block cursor in syscons or pccons
35options "STAR_SAVER" #syscons "stars" screen saver
36options "FADE_SAVER" #syscons "fade" screen saver
37options "SNAKE_SAVER" #syscons "snake" screen saver

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

172device snd3 at isa? port 0x388 irq 10 drq 6 vector pasintr
173device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr
174device snd6 at isa? port 0x220 irq 7 drq 5 vector sbintr
175device snd7 at isa? port 0x300
176device snd1 at isa? port 0x388
177
178device pca0 at isa? tty
179#
180# The following option must be enabled in order for the pca driver to
181# work. WARNING! BEWARE! CAUTION! ACHTUNG! VAROKAA!
182# Enabling this option will result in the microtime() function (and hence
183# gettimeofday(2) asnd the timestamps in bpf) giving incorrect results.
184# DO NOT attempt to run NTP while playing audio with this driver.
180#
185#
186#options INACCURATE_MICROTIME_IS_OK
187
181# options that have not been resolved yet
188# options that have not been resolved yet
182#
183pseudo-device log
189pseudo-device log