Date: Mon, 7 Feb 2000 09:29:15 +0900 (JST) From: <haro@tk.kubota.co.jp> To: FreeBSD-gnats-submit@freebsd.org Subject: conf/16535: misleading comment in LINT about mca support Message-ID: <200002070029.JAA00864@jkpc15.ttr.kubota.co.jp>
next in thread | raw e-mail | index | archive | help
>Number: 16535 >Category: conf >Synopsis: misleading comment in LINT about mca support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 6 16:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Munehiro Matsuda >Release: FreeBSD 4.0-CURRENT i386 >Organization: Office of Business Planning & Development, Kubota Corp. >Environment: FreeBSD 4.0-CURRENT as of Feb 5 2000. src/sys/i386/conf/LINT, rev 1.742 2000/01/29 >Description: There is a comment about Micro Channel (MCA) support in LINT that says, "Micro Channel is not supported at all." which is untrue, and misleading. >How-To-Repeat: % more /usr/src/sys/i386/conf/LINT >Fix: Apply the following patch: --- LINT.ctm Sun Jan 30 11:51:39 2000 +++ LINT Mon Feb 7 09:21:26 2000 @@ -865,9 +865,9 @@ ##################################################################### # HARDWARE DEVICE CONFIGURATION -# ISA and EISA devices: +# ISA, EISA and MCA devices: # EISA support is available for some device, so they can be auto-probed. -# Micro Channel is not supported at all. +# Micro Channel (MCA) support is available for some device. # # Mandatory ISA devices: isa, npx >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002070029.JAA00864>