summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-28 00:48:15 +0000
committerobrien <obrien@FreeBSD.org>1999-11-28 00:48:15 +0000
commit85441bb239fa64125fcf48742669fae54acd1616 (patch)
tree909c3617d6f67f6872857405f63b39996f0925c7 /sys/i386/conf
parentebf4671447a13b740e54a489ccba0e52912552fb (diff)
downloadFreeBSD-src-85441bb239fa64125fcf48742669fae54acd1616.zip
FreeBSD-src-85441bb239fa64125fcf48742669fae54acd1616.tar.gz
/sys adjustments to add the `sym' controler driver.
This is commented out in GENERIC as you cannot mix `sym' with `ncr' right now. Note that LINT is no more broken by this commit.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/LINT1
-rw-r--r--sys/i386/conf/NOTES1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 6ebc1c8..78077e0 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -98,6 +98,7 @@ device wst0 #IDE Tape (e.g. Travan)
# A single entry for any of these controllers (ncr, ahb, ahc) is
# sufficient for any number of installed devices.
controller ncr0 # NCR/Symbios Logic
+#controller sym0 # NCR/Symbios Logic (do not mix with ncr, it conflicts)
controller ahb0 # EISA AHA1742 family
controller ahc0 # AHA2940 and onboard AIC7xxx devices
controller amd0 # AMD 53C974 (Teckram DC-390(T))
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index c45ffda..046e5dc 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1780,6 +1780,7 @@ controller pci0
controller ahc1
controller amd0
controller ncr0
+controller sym0
controller isp0
#
# Options for ISP
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index c45ffda..046e5dc 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1780,6 +1780,7 @@ controller pci0
controller ahc1
controller amd0
controller ncr0
+controller sym0
controller isp0
#
# Options for ISP
OpenPOWER on IntegriCloud