summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/NOTES18
-rw-r--r--sys/i386/conf/LINT18
-rw-r--r--sys/i386/conf/NOTES18
3 files changed, 30 insertions, 24 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index e90fbfa..73c2b83 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 e90fbfa..73c2b83 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 e90fbfa..73c2b83 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
OpenPOWER on IntegriCloud