Deleted Added
full compact
NOTES (962) NOTES (977)
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.38 1994/01/09 13:30:49 ats Exp $
7# $Id: LINT,v 1.39 1994/01/10 18:53:52 ats Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

93pseudo-device vnodepager
94
95#
96# options that are in sys/i386/conf/files.i386
97#
98#This is needed here so the isa? below will work
99controller isa0
100
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

93pseudo-device vnodepager
94
95#
96# options that are in sys/i386/conf/files.i386
97#
98#This is needed here so the isa? below will work
99controller isa0
100
101# driver for the Adaptec 154x SCSI cards.
101controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
102controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
103# driver for the Adaptec 174x SCSI cards.
102controller ahb0 at isa? bio irq 11 vector ahbintr
104controller ahb0 at isa? bio irq 11 vector ahbintr
105# driver for the Bustek 742.
103controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
106controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
107# driver for the Seagate ST01/ST02 card, not yet finished.
108controller sg0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector sgintr
104device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
105device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
106device com2 at isa? port "IO_COM3" tty irq 5 vector comintr
107device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
108#dcfclk device-driver
109controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
110disk fd0 at fd0 drive 0
111disk fd1 at fd0 drive 1
109device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
110device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
111device com2 at isa? port "IO_COM3" tty irq 5 vector comintr
112device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
113#dcfclk device-driver
114controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
115disk fd0 at fd0 drive 0
116disk fd1 at fd0 drive 1
117# driver for the Western Digital and SMCC WD80xx cards, for the Novell
118# NE1000/200 card and the 3COM 3C503 card.
112device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
119device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
120# driver for the AT&T Starlan card.
113device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
121device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
122#driver for the Isolan AT 4114-0 and the Isolink 4110 ethernet card.
114device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
115#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
116# driver for the Etherlink III ( 3C509 ) card, beta version.
117device ep0 at isa? port 0x300 net irq 10 vector epintr
118#special cased above:
119#controller isa0
120device lpa0 at isa? port "IO_LPT1" tty
121device lpa1 at isa? port "IO_LPT2" tty

--- 34 unchanged lines hidden ---
123device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
124#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
125# driver for the Etherlink III ( 3C509 ) card, beta version.
126device ep0 at isa? port 0x300 net irq 10 vector epintr
127#special cased above:
128#controller isa0
129device lpa0 at isa? port "IO_LPT1" tty
130device lpa1 at isa? port "IO_LPT2" tty

--- 34 unchanged lines hidden ---