summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-22 05:52:04 +0000
committerobrien <obrien@FreeBSD.org>1999-12-22 05:52:04 +0000
commit5a32c01606e82ec1418332a40235386f38f204cf (patch)
treee6c9078c98fe98e9cab5e1ffc283220a94ccd025
parentf6e9d3853b5ae99ecbec81a30a88d03abce6459d (diff)
downloadFreeBSD-src-5a32c01606e82ec1418332a40235386f38f204cf.zip
FreeBSD-src-5a32c01606e82ec1418332a40235386f38f204cf.tar.gz
Turn on the `sym' driver by default. It lives well beside the `ncr' driver
now. On one machine with <825a> and <875> controllers, `sym' correctly attached. On another one with only a <ncr 53c810 fast10 scsi>, the `ncr' driver correctly attached.
-rw-r--r--sys/alpha/conf/GENERIC2
-rw-r--r--sys/alpha/conf/NOTES2
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 475726d..cfbe2f8 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -83,7 +83,7 @@ controller ahc0 # AHA2940 and onboard AIC7xxx devices
#controller esp0
controller isp0 # Qlogic family
controller ncr0 # NCR/Symbios Logic
-#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
+controller sym0 # NCR/Symbios Logic (newer chipsets)
# SCSI peripherals
# Only one of each of these is needed, they are dynamically allocated.
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index 475726d..cfbe2f8 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -83,7 +83,7 @@ controller ahc0 # AHA2940 and onboard AIC7xxx devices
#controller esp0
controller isp0 # Qlogic family
controller ncr0 # NCR/Symbios Logic
-#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
+controller sym0 # NCR/Symbios Logic (newer chipsets)
# SCSI peripherals
# Only one of each of these is needed, they are dynamically allocated.
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index bf06608..ef62e06 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -87,7 +87,7 @@ controller amd0 # AMD 53C974 (Teckram DC-390(T))
controller dpt0 # DPT Smartcache - See LINT for options!
controller isp0 # Qlogic family
controller ncr0 # NCR/Symbios Logic
-#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
+controller sym0 # NCR/Symbios Logic (newer chipsets)
controller adv0 at isa? port ? irq ?
controller adw0
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index bf06608..ef62e06 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -87,7 +87,7 @@ controller amd0 # AMD 53C974 (Teckram DC-390(T))
controller dpt0 # DPT Smartcache - See LINT for options!
controller isp0 # Qlogic family
controller ncr0 # NCR/Symbios Logic
-#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
+controller sym0 # NCR/Symbios Logic (newer chipsets)
controller adv0 at isa? port ? irq ?
controller adw0
OpenPOWER on IntegriCloud