Deleted Added
full compact
NOTES (1333) NOTES (1343)
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.58 1994/03/19 22:17:56 wollman Exp $
7# $Id: LINT,v 1.59 1994/04/04 17:27:45 phk Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

116# driver for the Bustek 742.
117controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
118# driver for the Seagate ST01/ST02 card, not yet finished.
119#controller sg0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector sgintr
120controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
121disk fd0 at fdc0 drive 0
122disk fd1 at fdc0 drive 1
123tape ft0 at fdc0 drive 2
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

116# driver for the Bustek 742.
117controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
118# driver for the Seagate ST01/ST02 card, not yet finished.
119#controller sg0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector sgintr
120controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
121disk fd0 at fdc0 drive 0
122disk fd1 at fdc0 drive 1
123tape ft0 at fdc0 drive 2
124
124# driver for the Western Digital and SMCC WD80xx cards, for the Novell
125# driver for the Western Digital and SMCC WD80xx cards, for the Novell
125# NE1000/200 card and the 3COM 3C503 card.
126# NE1000/2000 card and the 3COM 3C503 card.
126device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
127# driver for the AT&T Starlan card.
128device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
129#driver for the Isolan AT 4114-0 and the Isolink 4110 ethernet card.
130device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
131#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
132# driver for the Etherlink III ( 3C509 ) card, beta version.
133device ep0 at isa? port 0x300 net irq 10 vector epintr
127device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
128# driver for the AT&T Starlan card.
129device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
130#driver for the Isolan AT 4114-0 and the Isolink 4110 ethernet card.
131device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
132#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
133# driver for the Etherlink III ( 3C509 ) card, beta version.
134device ep0 at isa? port 0x300 net irq 10 vector epintr
135#driver for the 3c501
136device el0 at isa? port 0x300 net irq 9 vector elintr
137
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

--- 36 unchanged lines hidden ---
138#special cased above:
139#controller isa0
140# interruptless parallel printer port driver
141device lpa0 at isa? port "IO_LPT1" tty
142device lpa1 at isa? port "IO_LPT2" tty
143# interrupt driven parallel printer port driver
144device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
145# Driver for Mutsumi CD-ROM players

--- 36 unchanged lines hidden ---