From owner-cvs-sys Fri Oct 31 04:28:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA01705 for cvs-sys-outgoing; Fri, 31 Oct 1997 04:28:26 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA01544; Fri, 31 Oct 1997 04:25:08 -0800 (PST) (envelope-from jmg@FreeBSD.org) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA14941; Fri, 31 Oct 1997 04:24:30 -0800 (PST) Date: Fri, 31 Oct 1997 04:24:30 -0800 (PST) Message-Id: <199710311224.EAA14941@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd README ad1848.c dmabuf.c mss.h sb_dsp.c sbcard.h sound.c sound.h dmabuf_auto.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 1997/10/31 04:24:29 PST Modified files: sys/i386/isa/snd README ad1848.c dmabuf.c mss.h sb_dsp.c sbcard.h sound.c sound.h Removed files: sys/i386/isa/snd dmabuf_auto.c Log: This updates Luigi's sound code to the basic code in snd971023... changes: o rip the old select from his distribution to prevent extra pollution o the code now uses audio dma, helps reduce clicks o improved card support, should work in full duplex on sb16 cards o add better voxware ioctl support pointed out by Joao Carlos Mendes Luis o remove an unused file that I included for more complete history o and MANY other changes I have personally tested this code with a CS4237 based card and an AWE32 (non-PnP). Both cards worked fine in 8bit and 16bit mode. Revision Changes Path 1.2 +74 -26 src/sys/i386/isa/snd/README 1.4 +296 -140 src/sys/i386/isa/snd/ad1848.c 1.3 +344 -439 src/sys/i386/isa/snd/dmabuf.c 1.2 +54 -55 src/sys/i386/isa/snd/mss.h 1.4 +87 -72 src/sys/i386/isa/snd/sb_dsp.c 1.2 +26 -19 src/sys/i386/isa/snd/sbcard.h 1.5 +128 -128 src/sys/i386/isa/snd/sound.c 1.4 +67 -24 src/sys/i386/isa/snd/sound.h