Date: Fri, 31 Oct 1997 04:24:30 -0800 (PST) From: John-Mark Gurney <jmg@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 Message-ID: <199710311224.EAA14941@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <jonny@coppe.ufrj.br> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710311224.EAA14941>