Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 06/11/2005 08:14:19
Module Name:	src
Committed By:	is
Date:		Sat Jun 11 08:14:19 UTC 2005

Modified Files:
	src/sys/dev: audio.c

Log Message:
Make sure buffer sizes are initialized correctly even when the pause state
is explicitly set.
Without this, the machine would crash for some audio hardware that needs
to divide by the block size (e.g., cs4281.c/cs4280.c).


To generate a diff of this commit:
cvs rdiff -r1.195 -r1.196 src/sys/dev/audio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.