From owner-cvs-sys Tue Feb 11 22:57:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA09286 for cvs-sys-outgoing; Tue, 11 Feb 1997 22:57:01 -0800 (PST) Received: (from swallace@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA09277; Tue, 11 Feb 1997 22:56:59 -0800 (PST) Date: Tue, 11 Feb 1997 22:56:59 -0800 (PST) From: Steven Wallace Message-Id: <199702120656.WAA09277@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include soundcard.h src/sys/i386/isa/sound dmabuf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk swallace 97/02/11 22:56:59 Modified: sys/i386/include soundcard.h sys/i386/isa/sound dmabuf.c Log: Bug fix for SNDCTL_DSP_GETOSPACE ioctl. It would report 0 bytes available in buffer when buffer was completely empty. It now correctly reports the total buffer space available. Reviewed by: jkh, davidg Obtained from: Linux 1.3.20's sound driver code Revision Changes Path 1.19 +1 -0 src/sys/i386/include/soundcard.h 1.26 +44 -6 src/sys/i386/isa/sound/dmabuf.c