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/20/2006 03:13:11
Module Name:	src
Committed By:	chap
Date:		Sat May 20 03:13:11 UTC 2006

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

Log Message:
Fixes a bug in midi_unit_count.

Dropped byte and message counters now use evcnt.

My state machine could treat an invalid SystemCommon message or out-of-
sequence EndSysex (all protocol errors anyway) as /mishandled/ protocol
errors if encountered in certain states. Fixed.


To generate a diff of this commit:
cvs rdiff -r1.43.2.2 -r1.43.2.3 src/sys/dev/midi.c
cvs rdiff -r1.11.14.2 -r1.11.14.3 src/sys/dev/midivar.h
cvs rdiff -r1.30.14.2 -r1.30.14.3 src/sys/dev/sequencer.c

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