Deleted Added
full compact
NOTES (959) NOTES (962)
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.37 1994/01/06 18:15:20 rgrimes Exp $
7# $Id: LINT,v 1.38 1994/01/09 13:30:49 ats Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

108#dcfclk device-driver
109controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
110disk fd0 at fd0 drive 0
111disk fd1 at fd0 drive 1
112device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
113device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
114device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
115#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

108#dcfclk device-driver
109controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
110disk fd0 at fd0 drive 0
111disk fd1 at fd0 drive 1
112device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
113device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
114device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
115#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
116# driver for the Etherlink III ( 3C509 ) card, not ready yet.
117# device ep0 at isa? port 0x350 net irq 10 vector epintr
116# driver for the Etherlink III ( 3C509 ) card, beta version.
117device ep0 at isa? port 0x300 net irq 10 vector epintr
118#special cased above:
119#controller isa0
120device lpa0 at isa? port "IO_LPT1" tty
121device lpa1 at isa? port "IO_LPT2" tty
122device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
123device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
124device mse0 at isa? port 0x23c tty irq 5 vector mseintr
125device npx0 at isa? port "IO_NPX" irq 13 vector npxintr

--- 30 unchanged lines hidden ---
118#special cased above:
119#controller isa0
120device lpa0 at isa? port "IO_LPT1" tty
121device lpa1 at isa? port "IO_LPT2" tty
122device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
123device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
124device mse0 at isa? port 0x23c tty irq 5 vector mseintr
125device npx0 at isa? port "IO_NPX" irq 13 vector npxintr

--- 30 unchanged lines hidden ---