From 9a2933394d0da29e802e194b8e924b5eb5b4118c Mon Sep 17 00:00:00 2001 From: mdodd Date: Thu, 2 Dec 1999 10:01:06 +0000 Subject: 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. --- sys/i386/conf/LINT | 15 +++++++++++++++ sys/i386/conf/NOTES | 15 +++++++++++++++ 2 files changed, 30 insertions(+) (limited to 'sys/i386/conf') 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 -- cgit v1.1