Subject: PR/33614 CVS commit: [chap-midi] src/sys/dev
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Chapman Flack <chap@netbsd.org>
List: netbsd-bugs
Date: 05/31/2006 22:20:03
The following reply was made to PR kern/33614; it has been noted by GNATS.

From: Chapman Flack <chap@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/33614 CVS commit: [chap-midi] src/sys/dev
Date: Wed, 31 May 2006 22:19:19 +0000 (UTC)

 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.