From owner-freebsd-commit Mon Jul 10 20:04:47 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA03144 for commit-outgoing; Mon, 10 Jul 1995 20:04:47 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA03128 for cvs-share-outgoing; Mon, 10 Jul 1995 20:04:43 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA03112 ; Mon, 10 Jul 1995 20:04:24 -0700 Date: Mon, 10 Jul 1995 20:04:24 -0700 From: "Jordan K. Hubbard" Message-Id: <199507110304.UAA03112@freefall.cdrom.com> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/man/man4/man4.i386 matcd.4 Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/07/10 20:04:22 Modified: sys/i386/isa/matcd TODO creative.h matcd.c Log: Release summary: (detailed descriptions in Edit History in matcd.c) Adds support for non-Sound Blaster host adapters, including those distributed by Reveal, Lasermate, IBM, Media Vision, Crystal and others. The driver automatically senses the correct adapter type and you can have both in the system at the same time. (This change should eliminate a few complaints.) Corrected bit-masking problem that prevented use on SB Vibra-16 boards. Declared some internal data and functions static that should have been that way all along. Documentation changes reflect the new hardware support and change the appearance version to 2.0.5 (was 2.1). Nice and tidy. :-) Beta testers have verified functionality on SB16, Vibra-16, Media Vision and Reveal adapters. -Wall still shows no warnings. Frank Durda IV uhclem%nemesis@fw.ast.com Submitted by: Frank Durda IV Modified: share/man/man4/man4.i386 matcd.4 Log: Documentation changes reflect the new hardware support and change the appearance version to 2.0.5 (was 2.1). Nice and tidy. :-) Submitted by: Frank Durda IV