Deleted Added
full compact
NOTES (3064) NOTES (3114)
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.83 1994/09/23 06:22:46 davidg Exp $
7# $Id: LINT,v 1.84 1994/09/25 02:10:47 ache Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15maxusers 10

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

123#
124#This is needed here so the isa? below will work
125controller isa0
126
127# driver for the Adaptec 154x SCSI cards.
128controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
129# driver for the Adaptec 174x SCSI cards.
130controller ahb0 at isa? bio irq 11 vector ahbintr
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15maxusers 10

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

123#
124#This is needed here so the isa? below will work
125controller isa0
126
127# driver for the Adaptec 154x SCSI cards.
128controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
129# driver for the Adaptec 174x SCSI cards.
130controller ahb0 at isa? bio irq 11 vector ahbintr
131# Driver for Soundblaster (and PAS?) SCSI controller.
132controller aic0 at isa? port 0x340 bio irq 11 vector aicintr
131# driver for the Bustek 742.
132controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
133
134controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
135disk fd0 at fdc0 drive 0
136disk fd1 at fdc0 drive 1
137tape ft0 at fdc0 drive 2
138

--- 66 unchanged lines hidden ---
133# driver for the Bustek 742.
134controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
135
136controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
137disk fd0 at fdc0 drive 0
138disk fd1 at fdc0 drive 1
139tape ft0 at fdc0 drive 2
140

--- 66 unchanged lines hidden ---