Subject: CVS commit: [chap-midi] src/sys
To: None <source-changes@NetBSD.org>
From: Chapman Flack <chap@netbsd.org>
List: source-changes
Date: 06/06/2006 21:33:16
Module Name:	src
Committed By:	chap
Date:		Tue Jun  6 21:33:16 UTC 2006

Modified Files:
	src/sys/conf [chap-midi]: files
Added Files:
	src/sys/dev [chap-midi]: midictl.c midictl.h

Log Message:
Add midictl, a module dedicated to managing a MIDI controller/parameter
space, as a first step to getting the partial and duplicated controller-
handling logic OUT of the md synth chip drivers, and getting as much as
possible of the control effects that are common and well-defined (pitch
bend depth, say) handled centrally by midisyn itself.

Compiles, works in unit testing, added to 'files', but nothing else in
the kernel calls it yet.

Possibly some naming of private symbols to be revisited pending style
question posted on tech-kern.


To generate a diff of this commit:
cvs rdiff -r1.775 -r1.775.2.1 src/sys/conf/files
cvs rdiff -r0 -r1.1.2.1 src/sys/dev/midictl.c src/sys/dev/midictl.h

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