Deleted Added
full compact
NOTES (1115) NOTES (1135)
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.51 1994/02/01 10:46:43 ache Exp $
7# $Id: LINT,v 1.52 1994/02/07 05:55:48 alm Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

132device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
133#driver for the Isolan AT 4114-0 and the Isolink 4110 ethernet card.
134device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
135#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
136# driver for the Etherlink III ( 3C509 ) card, beta version.
137device ep0 at isa? port 0x300 net irq 10 vector epintr
138#special cased above:
139#controller isa0
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

132device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
133#driver for the Isolan AT 4114-0 and the Isolink 4110 ethernet card.
134device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
135#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
136# driver for the Etherlink III ( 3C509 ) card, beta version.
137device ep0 at isa? port 0x300 net irq 10 vector epintr
138#special cased above:
139#controller isa0
140# interruptless parallel printer port driver
140device lpa0 at isa? port "IO_LPT1" tty
141device lpa1 at isa? port "IO_LPT2" tty
141device lpa0 at isa? port "IO_LPT1" tty
142device lpa1 at isa? port "IO_LPT2" tty
143# interrupt driven parallel printer port driver
142device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
144device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
143device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
145# Driver for Mutsumi CD-ROM players
146device mcd0 at isa? port 0x300 bio irq 10 vector mcdint
147# 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
151device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr

--- 24 unchanged lines hidden ---
148device mse0 at isa? port 0x23c tty irq 5 vector mseintr
149device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
150device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
151#only one of pc0 or sc0 allowed
152#device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
153device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
154device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
155device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr

--- 24 unchanged lines hidden ---