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/30/2006 23:15:06
Module Name:	src
Committed By:	chap
Date:		Tue May 30 23:15:06 UTC 2006

Modified Files:
	src/sys/dev [chap-midi]: midi.c midi_if.h
	src/sys/dev/usb [chap-midi]: umidi.c

Log Message:
A flag is added to the midi_hw_if_ext struct for the hardware to specify
that it would like compression of data to be transmitted. It will still
receive a message at a time, with the status and channel passed as
arguments, but the message buffer will omit the status byte when possible.
umidi now uses this flag when talking to Midiman devices, which do not do
their own compression, so as to make best use of the MIDI 1.0 bandwidth on
the far side.


To generate a diff of this commit:
cvs rdiff -r1.43.2.17 -r1.43.2.18 src/sys/dev/midi.c
cvs rdiff -r1.17.14.11 -r1.17.14.12 src/sys/dev/midi_if.h
cvs rdiff -r1.25.2.16 -r1.25.2.17 src/sys/dev/usb/umidi.c

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