Deleted Added
full compact
NOTES (3265) NOTES (3269)
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.89 1994/09/28 22:57:24 wollman Exp $
7# $Id: LINT,v 1.90 1994/10/01 05:43:09 davidg Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15maxusers 10

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

126# options that are in sys/i386/conf/files.i386
127#
128#This is needed here so the isa? below will work
129controller isa0
130#This is a preliminary PCI bus ``device''
131device pci0
132
133#Driver for Advaced Power Management (also need options APM)
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15maxusers 10

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

126# options that are in sys/i386/conf/files.i386
127#
128#This is needed here so the isa? below will work
129controller isa0
130#This is a preliminary PCI bus ``device''
131device pci0
132
133#Driver for Advaced Power Management (also need options APM)
134device apm0 isa?
134device apm0 at isa?
135
136# driver for the Adaptec 154x SCSI cards.
137controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
138# driver for the Adaptec 174x SCSI cards.
139controller ahb0 at isa? bio irq 11 vector ahbintr
140# Driver for Soundblaster (and PAS?) SCSI controller.
141controller aic0 at isa? port 0x340 bio irq 11 vector aicintr
142# driver for the Bustek 742.

--- 77 unchanged lines hidden ---
135
136# driver for the Adaptec 154x SCSI cards.
137controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
138# driver for the Adaptec 174x SCSI cards.
139controller ahb0 at isa? bio irq 11 vector ahbintr
140# Driver for Soundblaster (and PAS?) SCSI controller.
141controller aic0 at isa? port 0x340 bio irq 11 vector aicintr
142# driver for the Bustek 742.

--- 77 unchanged lines hidden ---