Subject: CVS commit: [chap-midi] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Chapman Flack <chap@netbsd.org>
List: source-changes
Date: 06/07/2006 05:31:43
Module Name:	src
Committed By:	chap
Date:		Wed Jun  7 05:31:43 UTC 2006

Modified Files:
	src/sys/dev [chap-midi]: midisyn.c midisynvar.h
	src/sys/dev/ic [chap-midi]: opl.c

Log Message:
Done pruning unused and ill-defined methods. Several bits of code that
actually did nothing have been replaced with comments explaining what
ought to be done there someday. This is actually progress. Everything
should still work, save PAN for opl, the only preexisting functionality
that's actually gone at this point, but it will be back soon.


To generate a diff of this commit:
cvs rdiff -r1.17.2.12 -r1.17.2.13 src/sys/dev/midisyn.c
cvs rdiff -r1.9.14.12 -r1.9.14.13 src/sys/dev/midisynvar.h
cvs rdiff -r1.24.2.1 -r1.24.2.2 src/sys/dev/ic/opl.c

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