Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



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.




Home | Main Index | Thread Index | Old Index