Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Chapman Flack <chap@netbsd.org>
List: source-changes
Date: 07/01/2006 15:22:06
Module Name:	src
Committed By:	chap
Date:		Sat Jul  1 15:22:06 UTC 2006

Modified Files:
	src/sys/dev: midi.c
	src/sys/dev/pci: eap.c

Log Message:
Correct build failures when MIDI is not enabled (the idea!).

Specifically eap but no midi, which makes sense if you want sound,
and umidi but no midi, which makes little sense but shouldn't fail the
build.

Suggest changing the evbarm conf files containing umidi but #midi
to comment out umidi as well (even though this fix should let them build).


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/dev/midi.c
cvs rdiff -r1.84 -r1.85 src/sys/dev/pci/eap.c

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