Deleted Added
full compact
NOTES (2629) NOTES (2673)
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.76 1994/09/05 22:32:40 ats Exp $
7# $Id: LINT,v 1.77 1994/09/09 22:12:38 csgr Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15timezone 8 dst
16maxusers 10
15maxusers 10
17maxfdescs 2048 #Max file descriptors per process
16# maxfdescs 2048 #Max file descriptors per process
18options MATH_EMULATE #Support for x87 emulation
19
20# Do not use in binary distributions
21#options GPL_MATH_EMULATE #Support for x87 emualtion via
22 #new math emulator
23
24config kernel root on wd0 swap on wd0 and sd0 dumps on wd0
25

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

104controller scbus0
105device sd0
106device sd1
107device sd2
108device sd3
109pseudo-device sl 2
110device st0
111device st1
17options MATH_EMULATE #Support for x87 emulation
18
19# Do not use in binary distributions
20#options GPL_MATH_EMULATE #Support for x87 emualtion via
21 #new math emulator
22
23config kernel root on wd0 swap on wd0 and sd0 dumps on wd0
24

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

103controller scbus0
104device sd0
105device sd1
106device sd2
107device sd3
108pseudo-device sl 2
109device st0
110device st1
112options SYSVSHM
113options "SHMMAXPGS=64" # 256Kb of sharable memory
111# options SYSVSHM
112# options "SHMMAXPGS=64" # 256Kb of sharable memory
114options SYSVSEM
115options SYSVMSG
116#pseudo-device tb #tablet line discipline.
117options TPIP # ISO TP class 4 over IP
118#pseudo-device tun
119device uk0 #unknown scsi devices
120
121#

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

162device mse0 at isa? port 0x23c tty irq 5 vector mseintr
163device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
164# Driver for ProAudioSpectrum SCSI, on cards with NCR 5380 chips.
165# The four units correspond to the HW-jumpers. No intr, No DMA, very slow.
166device pas0 at isa? port 0x1f88
167device pas1 at isa? port 0x1f84
168device pas2 at isa? port 0x1f8c
169device pas3 at isa? port 0x1e88
113options SYSVSEM
114options SYSVMSG
115#pseudo-device tb #tablet line discipline.
116options TPIP # ISO TP class 4 over IP
117#pseudo-device tun
118device uk0 #unknown scsi devices
119
120#

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

161device mse0 at isa? port 0x23c tty irq 5 vector mseintr
162device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
163# Driver for ProAudioSpectrum SCSI, on cards with NCR 5380 chips.
164# The four units correspond to the HW-jumpers. No intr, No DMA, very slow.
165device pas0 at isa? port 0x1f88
166device pas1 at isa? port 0x1f84
167device pas2 at isa? port 0x1f8c
168device pas3 at isa? port 0x1e88
170device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
171#only one of pc0 or sc0 allowed
172#device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
173device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
174device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
175device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr
176device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
177#PS/2 mouse driver (must follow pc0 or sc0 if enabled). Also enable
178#ALLOW_CONFLICT_IOADDR option (see above) if you want to use this.
179#device psm0 at isa? port "IO_KBD" tty irq 12 vector psmintr

--- 27 unchanged lines hidden ---
169#device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
170device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
171device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
172device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr
173device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
174#PS/2 mouse driver (must follow pc0 or sc0 if enabled). Also enable
175#ALLOW_CONFLICT_IOADDR option (see above) if you want to use this.
176#device psm0 at isa? port "IO_KBD" tty irq 12 vector psmintr

--- 27 unchanged lines hidden ---