Subject: CVS commit: [chap-midi] src/sys
To: None <source-changes@NetBSD.org>
From: Chapman Flack <chap@netbsd.org>
List: source-changes
Date: 05/20/2006 02:15:21
Module Name:	src
Committed By:	chap
Date:		Sat May 20 02:15:21 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 usbdevs
	src/sys/sys [chap-midi]: midiio.h

Log Message:
Now for Phase One. The patches to be applied in sequence were created
and tested against 2.0 sources. To begin, let CVS roll the affected files
back to that historic state. The reverse operation will be used (and
will involve some manual merging) after the patches have been applied.
Naturally, intermediate stages on this branch will not be directly
compilable (unless merged into a 2.0 checkout).


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.43.2.1 src/sys/dev/midi.c
cvs rdiff -r1.17 -r1.17.14.1 src/sys/dev/midi_if.h
cvs rdiff -r1.17 -r1.17.2.1 src/sys/dev/midisyn.c
cvs rdiff -r1.9 -r1.9.14.1 src/sys/dev/midisynvar.h
cvs rdiff -r1.11 -r1.11.14.1 src/sys/dev/midivar.h
cvs rdiff -r1.30 -r1.30.14.1 src/sys/dev/sequencer.c
cvs rdiff -r1.10 -r1.10.14.1 src/sys/dev/sequencervar.h
cvs rdiff -r1.25 -r1.25.2.1 src/sys/dev/usb/umidi.c
cvs rdiff -r1.10 -r1.10.2.1 src/sys/dev/usb/umidi_quirks.c
cvs rdiff -r1.4 -r1.4.14.1 src/sys/dev/usb/umidi_quirks.h
cvs rdiff -r1.8 -r1.8.14.1 src/sys/dev/usb/umidivar.h
cvs rdiff -r1.428 -r1.428.2.1 src/sys/dev/usb/usbdevs
cvs rdiff -r1.13 -r1.13.14.1 src/sys/sys/midiio.h

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