Deleted Added
full compact
NOTES (1260) NOTES (1264)
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.55 1994/03/11 10:31:04 swallace Exp $
7# $Id: LINT,v 1.56 1994/03/11 22:17:24 swallace 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=104705" #This kernel needs LOTS of symtable
29options "SYMTAB_SPACE=112433" #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

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

134#special cased above:
135#controller isa0
136# interruptless parallel printer port driver
137device lpa0 at isa? port "IO_LPT1" tty
138device lpa1 at isa? port "IO_LPT2" tty
139# interrupt driven parallel printer port driver
140device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
141# Driver for Mutsumi CD-ROM players
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

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

134#special cased above:
135#controller isa0
136# interruptless parallel printer port driver
137device lpa0 at isa? port "IO_LPT1" tty
138device lpa1 at isa? port "IO_LPT2" tty
139# interrupt driven parallel printer port driver
140device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
141# Driver for Mutsumi CD-ROM players
142device mcd0 at isa? port 0x300 bio irq 10 vector mcdint
142device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
143# Driver for Logitech and ATI inport bus mice
144device mse0 at isa? port 0x23c tty irq 5 vector mseintr
145device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
146device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
147#only one of pc0 or sc0 allowed
148#device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
149device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
150device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr

--- 27 unchanged lines hidden ---
143# Driver for Logitech and ATI inport bus mice
144device mse0 at isa? port 0x23c tty irq 5 vector mseintr
145device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
146device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
147#only one of pc0 or sc0 allowed
148#device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
149device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
150device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr

--- 27 unchanged lines hidden ---