NOTES (0dd1eea1058540ecd32a5bdda31233bcd7a85378) | NOTES (3691d2b97ceafb79fb898de928e7e90c6a4139d4) |
---|---|
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# | 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# $Id: LINT,v 1.124 1995/01/12 15:37:16 jkh Exp $ | 5# $Id: LINT,v 1.125 1995/01/14 02:39:22 jkh Exp $ |
6# 7# NB: You probably don't want to try running a kernel built from this 8# file. Instead, you should start from GENERIC, and add options from 9# this file as required. 10# 11 12# 13# This directive is mandatory; it defines the architecture to be --- 359 unchanged lines hidden (view full) --- 373# aha: Adaptec 154x 374# ahb: Adaptec 174x 375# ahc: Adaptec 274x 376# aic: Adaptec 152x and sound cards using the Adaptec AIC-6360 (slow!) 377# bt: Most Buslogic controllers 378# pas: ProAudioSpectrum cards using the NCR 5380 (slow!) 379# uha: UltraStore 14F and 34F 380# sea: Seagate ST01/02 8 bit controller (slow!) | 6# 7# NB: You probably don't want to try running a kernel built from this 8# file. Instead, you should start from GENERIC, and add options from 9# this file as required. 10# 11 12# 13# This directive is mandatory; it defines the architecture to be --- 359 unchanged lines hidden (view full) --- 373# aha: Adaptec 154x 374# ahb: Adaptec 174x 375# ahc: Adaptec 274x 376# aic: Adaptec 152x and sound cards using the Adaptec AIC-6360 (slow!) 377# bt: Most Buslogic controllers 378# pas: ProAudioSpectrum cards using the NCR 5380 (slow!) 379# uha: UltraStore 14F and 34F 380# sea: Seagate ST01/02 8 bit controller (slow!) |
381# wds: Western Digital WD7000 controller (no scatter/gather!). |
|
381# 382# Note that the order is important in order for Buslogic cards to be 383# probed correctly. 384# 385 386controller bt0 at isa? port "IO_BT0" bio irq ? vector btintr 387controller ahc0 at isa? bio irq ? vector ahcintr # port??? iomem? 388controller ahb0 at isa? bio irq ? vector ahbintr 389controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr 390controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr 391 392controller aic0 at isa? port 0x340 bio irq 11 vector aicintr 393controller pas0 at isa? port 0x1f88 394controller pas1 at isa? port 0x1f84 395controller pas2 at isa? port 0x1f8c 396controller pas3 at isa? port 0x1e88 397 398controller sea0 at isa? bio irq 5 iomem 0xdc000 iosiz 0x2000 vector seaintr | 382# 383# Note that the order is important in order for Buslogic cards to be 384# probed correctly. 385# 386 387controller bt0 at isa? port "IO_BT0" bio irq ? vector btintr 388controller ahc0 at isa? bio irq ? vector ahcintr # port??? iomem? 389controller ahb0 at isa? bio irq ? vector ahbintr 390controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr 391controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr 392 393controller aic0 at isa? port 0x340 bio irq 11 vector aicintr 394controller pas0 at isa? port 0x1f88 395controller pas1 at isa? port 0x1f84 396controller pas2 at isa? port 0x1f8c 397controller pas3 at isa? port 0x1e88 398 399controller sea0 at isa? bio irq 5 iomem 0xdc000 iosiz 0x2000 vector seaintr |
400controller wds0 at isa? port 0x350 bio irq 15 drq 6 vector wdsintr |
|
399 400# 401# ST-506, ESDI, and IDE hard disks: `wdc' and `wd' 402# 403# NB: ``Enhanced IDE'' is NOT supported at this time. 404# 405controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr 406disk wd0 at wdc0 drive 0 --- 132 unchanged lines hidden --- | 401 402# 403# ST-506, ESDI, and IDE hard disks: `wdc' and `wd' 404# 405# NB: ``Enhanced IDE'' is NOT supported at this time. 406# 407controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr 408disk wd0 at wdc0 drive 0 --- 132 unchanged lines hidden --- |