Allow LINT to build again.

The wd(4) family had to be disabled;  wd(4) and ata(4) are mutually
exclusive, even at link level.
This commit is contained in:
Brian Feldman 1999-12-19 06:22:11 +00:00
parent 91f37dcba1
commit f584c087d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54804
3 changed files with 30 additions and 24 deletions

View File

@ -1152,13 +1152,15 @@ options ATA_ENABLE_ATAPI_DMA
# on a MB that already has a PIIX controller. Note the bogus irq and port
# entries. These are automatically filled in by the IDE/PCI support.
#
controller wdc0 at isa? port IO_WD1 irq 14
device wd0 at wdc0 drive 0
device wd1 at wdc0 drive 1
controller wdc1 at isa? port IO_WD2 irq 15
device wd2 at wdc1 drive 0
device wd3 at wdc1 drive 1
# This driver must be commented out because it is mutually exclusive with
# the ata(4) driver.
#
#controller wdc0 at isa? port IO_WD1 irq 14
#device wd0 at wdc0 drive 0
#device wd1 at wdc0 drive 1
#controller wdc1 at isa? port IO_WD2 irq 15
#device wd2 at wdc1 drive 0
#device wd3 at wdc1 drive 1
#
# This option allow you to override the default probe time for IDE
@ -1166,7 +1168,7 @@ device wd3 at wdc1 drive 1
# the IDE specs, but may still work for you (it will work for most
# people).
#
options IDE_DELAY=8000 # Be optimistic about Joe IDE device
#options IDE_DELAY=8000 # Be optimistic about Joe IDE device
# IDE CD-ROM & CD-R/RW driver - requires wdc controller
#device wcd0

View File

@ -1152,13 +1152,15 @@ options ATA_ENABLE_ATAPI_DMA
# on a MB that already has a PIIX controller. Note the bogus irq and port
# entries. These are automatically filled in by the IDE/PCI support.
#
controller wdc0 at isa? port IO_WD1 irq 14
device wd0 at wdc0 drive 0
device wd1 at wdc0 drive 1
controller wdc1 at isa? port IO_WD2 irq 15
device wd2 at wdc1 drive 0
device wd3 at wdc1 drive 1
# This driver must be commented out because it is mutually exclusive with
# the ata(4) driver.
#
#controller wdc0 at isa? port IO_WD1 irq 14
#device wd0 at wdc0 drive 0
#device wd1 at wdc0 drive 1
#controller wdc1 at isa? port IO_WD2 irq 15
#device wd2 at wdc1 drive 0
#device wd3 at wdc1 drive 1
#
# This option allow you to override the default probe time for IDE
@ -1166,7 +1168,7 @@ device wd3 at wdc1 drive 1
# the IDE specs, but may still work for you (it will work for most
# people).
#
options IDE_DELAY=8000 # Be optimistic about Joe IDE device
#options IDE_DELAY=8000 # Be optimistic about Joe IDE device
# IDE CD-ROM & CD-R/RW driver - requires wdc controller
#device wcd0

View File

@ -1152,13 +1152,15 @@ options ATA_ENABLE_ATAPI_DMA
# on a MB that already has a PIIX controller. Note the bogus irq and port
# entries. These are automatically filled in by the IDE/PCI support.
#
controller wdc0 at isa? port IO_WD1 irq 14
device wd0 at wdc0 drive 0
device wd1 at wdc0 drive 1
controller wdc1 at isa? port IO_WD2 irq 15
device wd2 at wdc1 drive 0
device wd3 at wdc1 drive 1
# This driver must be commented out because it is mutually exclusive with
# the ata(4) driver.
#
#controller wdc0 at isa? port IO_WD1 irq 14
#device wd0 at wdc0 drive 0
#device wd1 at wdc0 drive 1
#controller wdc1 at isa? port IO_WD2 irq 15
#device wd2 at wdc1 drive 0
#device wd3 at wdc1 drive 1
#
# This option allow you to override the default probe time for IDE
@ -1166,7 +1168,7 @@ device wd3 at wdc1 drive 1
# the IDE specs, but may still work for you (it will work for most
# people).
#
options IDE_DELAY=8000 # Be optimistic about Joe IDE device
#options IDE_DELAY=8000 # Be optimistic about Joe IDE device
# IDE CD-ROM & CD-R/RW driver - requires wdc controller
#device wcd0