Deleted Added
full compact
NOTES (2422) NOTES (2519)
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.74 1994/08/28 06:46:25 davidg Exp $
7# $Id: LINT,v 1.75 1994/08/31 06:17:21 davidg Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15timezone 8 dst

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

129controller isa0
130
131# driver for the Adaptec 154x SCSI cards.
132controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
133# driver for the Adaptec 174x SCSI cards.
134controller ahb0 at isa? bio irq 11 vector ahbintr
135# driver for the Bustek 742.
136controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15timezone 8 dst

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

129controller isa0
130
131# driver for the Adaptec 154x SCSI cards.
132controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
133# driver for the Adaptec 174x SCSI cards.
134controller ahb0 at isa? bio irq 11 vector ahbintr
135# driver for the Bustek 742.
136controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
137# driver for the Seagate ST01/ST02 card, not yet finished.
138#controller sg0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector sgintr
137
139controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
140disk fd0 at fdc0 drive 0
141disk fd1 at fdc0 drive 1
142tape ft0 at fdc0 drive 2
143
144# driver for the Western Digital and SMCC WD80xx cards, for the Novell
145# NE1000/2000 card and the 3COM 3C503 card.
146device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr

--- 65 unchanged lines hidden ---
138controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
139disk fd0 at fdc0 drive 0
140disk fd1 at fdc0 drive 1
141tape ft0 at fdc0 drive 2
142
143# driver for the Western Digital and SMCC WD80xx cards, for the Novell
144# NE1000/2000 card and the 3COM 3C503 card.
145device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr

--- 65 unchanged lines hidden ---