summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>1999-12-02 10:01:06 +0000
committermdodd <mdodd@FreeBSD.org>1999-12-02 10:01:06 +0000
commit9a2933394d0da29e802e194b8e924b5eb5b4118c (patch)
treef27d177678eb2665b114a0241a261b37a9798dcb /sys/i386
parent513cfb0600a56b450a7ba0fa0c89bff7f20da2dc (diff)
downloadFreeBSD-src-9a2933394d0da29e802e194b8e924b5eb5b4118c.zip
FreeBSD-src-9a2933394d0da29e802e194b8e924b5eb5b4118c.tar.gz
Remove the "MCA not supported" from RELNOTES.TXT and add
mention of the various devices that are supported. Add some text and entry to LINT for 'controller mca0'. I'd like to turn this option on in GENERIC as well as it isn't impacting and has a small footprint.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT15
-rw-r--r--sys/i386/conf/NOTES15
2 files changed, 30 insertions, 0 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index b9a8599..647f21b 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1564,6 +1564,21 @@ device loran0 at isa? port ? irq 5
device xrpu0
#
+# MCA devices:
+#
+# The MCA bus device is mca0. It provides auto-detection and
+# configuration support for all devices on the MCA bus.
+#
+# The 'aha' device provides support for the Adaptec 1640
+#
+# The 'bt' device provides support for various Buslogic/Bustek
+# and Storage Dimensions SCSI adapters.
+#
+# The 'ep' device provides support for the 3Com 3C529 ethernet card.
+#
+controller mca0
+
+#
# EISA devices:
#
# The EISA bus device is eisa0. It provides auto-detection and
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index b9a8599..647f21b 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1564,6 +1564,21 @@ device loran0 at isa? port ? irq 5
device xrpu0
#
+# MCA devices:
+#
+# The MCA bus device is mca0. It provides auto-detection and
+# configuration support for all devices on the MCA bus.
+#
+# The 'aha' device provides support for the Adaptec 1640
+#
+# The 'bt' device provides support for various Buslogic/Bustek
+# and Storage Dimensions SCSI adapters.
+#
+# The 'ep' device provides support for the 3Com 3C529 ethernet card.
+#
+controller mca0
+
+#
# EISA devices:
#
# The EISA bus device is eisa0. It provides auto-detection and
OpenPOWER on IntegriCloud