Subject: CVS commit: [chap-midi] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Chapman Flack <chap@netbsd.org>
List: source-changes
Date: 05/31/2006 22:19:19
Module Name:	src
Committed By:	chap
Date:		Wed May 31 22:19:19 UTC 2006

Modified Files:
	src/sys/dev [chap-midi]: sequencer.c sequencervar.h

Log Message:
PR kern/33614.

Rework of midiplay(1) to use sequencer facilities for tempo change (rather
than setting the sequencer for one tempo and doing all its own scaling)
exposed a hitherto concealed bug in sequencer tempo change handling.

Also took the opportunity to clarify some field names and add spl calls
in the top half to avoid concurrent access with the bottom to the timer.


To generate a diff of this commit:
cvs rdiff -r1.30.14.19 -r1.30.14.20 src/sys/dev/sequencer.c
cvs rdiff -r1.10.14.9 -r1.10.14.10 src/sys/dev/sequencervar.h

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