Deleted Added
full compact
NOTES (3150) NOTES (3168)
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.85 1994/09/26 16:15:05 jkh Exp $
7# $Id: LINT,v 1.86 1994/09/27 20:36:26 phk Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15maxusers 10

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

120#pseudo-device tun
121device uk0 #unknown scsi devices
122
123#
124# options that are in sys/i386/conf/files.i386
125#
126#This is needed here so the isa? below will work
127controller isa0
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15maxusers 10

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

120#pseudo-device tun
121device uk0 #unknown scsi devices
122
123#
124# options that are in sys/i386/conf/files.i386
125#
126#This is needed here so the isa? below will work
127controller isa0
128#This is a preliminary PCI bus ``device''
129device pci0
128
129# driver for the Adaptec 154x SCSI cards.
130controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
131# driver for the Adaptec 174x SCSI cards.
132controller ahb0 at isa? bio irq 11 vector ahbintr
133# Driver for Soundblaster (and PAS?) SCSI controller.
134controller aic0 at isa? port 0x340 bio irq 11 vector aicintr
135# driver for the Bustek 742.
136controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
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 Soundblaster (and PAS?) SCSI controller.
136controller aic0 at isa? port 0x340 bio irq 11 vector aicintr
137# driver for the Bustek 742.
138controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
139# Driver for the NCR 53c810 and 53c825 PCI SCSI host adapter chips
140device ncr0
141# example specification of IRQ for PCI device ID 5 (ncr0 on some MB)
142#device pci5 at isa? bio irq 9 vector pciintr
137
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.

--- 64 unchanged lines hidden ---
143
144controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
145disk fd0 at fdc0 drive 0
146disk fd1 at fdc0 drive 1
147tape ft0 at fdc0 drive 2
148
149# driver for the Western Digital and SMCC WD80xx cards, for the Novell
150# NE1000/2000 card and the 3COM 3C503 card.

--- 64 unchanged lines hidden ---