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

Modified Files:
	src/sys/dev [chap-midi]: midi.c midi_if.h midisyn.c midisynvar.h
	    midivar.h sequencer.c sequencervar.h
	src/sys/dev/usb [chap-midi]: umidi.c umidi_quirks.c umidi_quirks.h
	    umidivar.h

Log Message:
Patch to account explicitly for the prior inconsistency in the treatment of
cable numbers. Also contains a (functionally insignificant) change to the
declaration of endpoint buffers introduced in kern/32441, which will be
useful in a forthcoming patch.  This patch should be fuzz-free on 2.0
source after the 32441 and 32442 patches.


To generate a diff of this commit:
cvs rdiff -r1.43.2.11 -r1.43.2.12 src/sys/dev/midi.c
cvs rdiff -r1.17.14.5 -r1.17.14.6 src/sys/dev/midi_if.h
cvs rdiff -r1.17.2.5 -r1.17.2.6 src/sys/dev/midisyn.c
cvs rdiff -r1.9.14.5 -r1.9.14.6 src/sys/dev/midisynvar.h
cvs rdiff -r1.11.14.11 -r1.11.14.12 src/sys/dev/midivar.h
cvs rdiff -r1.30.14.11 -r1.30.14.12 src/sys/dev/sequencer.c
cvs rdiff -r1.10.14.3 -r1.10.14.4 src/sys/dev/sequencervar.h
cvs rdiff -r1.25.2.7 -r1.25.2.8 src/sys/dev/usb/umidi.c
cvs rdiff -r1.10.2.4 -r1.10.2.5 src/sys/dev/usb/umidi_quirks.c
cvs rdiff -r1.4.14.4 -r1.4.14.5 src/sys/dev/usb/umidi_quirks.h
cvs rdiff -r1.8.14.5 -r1.8.14.6 src/sys/dev/usb/umidivar.h

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