Deleted Added
full compact
NOTES (1511) NOTES (2114)
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.70 1994/05/17 23:20:32 jkh Exp $
7# $Id: LINT,v 1.71 1994/05/18 16:23:25 jkh Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

153device lpa1 at isa? port "IO_LPT2" tty
154# interrupt driven parallel printer port driver
155device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
156# Driver for Mitsumi CD-ROM players
157device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
158# Driver for Logitech and ATI inport bus mice
159device mse0 at isa? port 0x23c tty irq 5 vector mseintr
160device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

153device lpa1 at isa? port "IO_LPT2" tty
154# interrupt driven parallel printer port driver
155device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
156# Driver for Mitsumi CD-ROM players
157device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
158# Driver for Logitech and ATI inport bus mice
159device mse0 at isa? port 0x23c tty irq 5 vector mseintr
160device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
161# Driver for ProAudioSpectrum SCSI, on cards with NCR 5380 chips.
162# The four units correspond to the HW-jumpers. No intr, No DMA, very slow.
163device pas0 at isa? port 0x1f88
164device pas1 at isa? port 0x1f84
165device pas2 at isa? port 0x1f8c
166device pas3 at isa? port 0x1e88
161device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
162#only one of pc0 or sc0 allowed
163#device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
164device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
165device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
166device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr
167device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
168#PS/2 mouse driver (must follow pc0 or sc0 if enabled). Also enable

--- 29 unchanged lines hidden ---
167device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
168#only one of pc0 or sc0 allowed
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

--- 29 unchanged lines hidden ---