From owner-freebsd-multimedia Sun Nov 9 14:33:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA10237 for multimedia-outgoing; Sun, 9 Nov 1997 14:33:19 -0800 (PST) (envelope-from owner-freebsd-multimedia) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA10228 for ; Sun, 9 Nov 1997 14:33:17 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.8.7/8.8.5) with ESMTP id OAA00381 for ; Sun, 9 Nov 1997 14:33:16 -0800 (PST) Message-Id: <199711092233.OAA00381@rah.star-gate.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: multimedia@freebsd.org Subject: ftp://rah.star-gate.com/guspnp23.tar.gz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 09 Nov 1997 14:33:15 -0800 From: Amancio Hasty Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk To -current users: 1. Added poll support for midi and sequencer -- the checked in code had this functionality missing. 2. Added support for sound scape -- lost the original e-mail however before check in the code I will give proper credit to the author. Due to this change, files.i386 has been modified: {root} diff -c files.i386.orig files.i386 *** files.i386.orig Fri Nov 7 15:39:03 1997 --- files.i386 Fri Nov 7 16:03:44 1997 *************** *** 211,216 **** --- 211,221 ---- i386/isa/sound/midibuf.c optional uart device-driver i386/isa/sound/trix.c optional trix device-driver i386/isa/sound/sscape.c optional sscape device-driver + i386/isa/sound/ad1848.c optional sscape device-driver + i386/isa/sound/sound_timer.c optional sscape device-driver + i386/isa/sound/mpu401.c optional sscape device-driver + i386/isa/sound/midi_synth.c optional sscape device-driver + i386/isa/sound/midibuf.c optional sscape device-driver i386/isa/sound/awe_wave.c optional awe device-driver i386/isa/spigot.c optional spigot device-driver i386/isa/spkr.c optional speaker device-driver I have included in the guspnp tar ball my files.i386. This will not be a problem once this version gets checked in. 3. Ad1848 was incorrectly returning the volume setting: in ad1848_mixer_set was : retvol = left | (left) << 8); now : retvol = left | (right << 8); Please report back success or failure because I would like to check in this version of the sound driver by Tuesday. Have fun, Amancio