From f584c087d3176bd8c05f8664d4e52ded94434cf3 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Sun, 19 Dec 1999 06:22:11 +0000 Subject: [PATCH] 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. --- sys/conf/NOTES | 18 ++++++++++-------- sys/i386/conf/LINT | 18 ++++++++++-------- sys/i386/conf/NOTES | 18 ++++++++++-------- 3 files changed, 30 insertions(+), 24 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e90fbfa69de6..73c2b83647f7 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index e90fbfa69de6..73c2b83647f7 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index e90fbfa69de6..73c2b83647f7 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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