I was attempting to compile sound into my kernel when...
In file included from /usr/src/sys/dev/sound/pcm/sound.h:103,
from /usr/src/sys/dev/sound/isa/sbc.c:30:
/usr/src/sys/dev/sound/pcm/channel.h:66: channel_if.h: No such file or
directory
mkdep: compile failed
*** Error code 1
Stop in /usr/obj/usr/src/sys/WIED.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
su-2.05# cd /usr/src/sys/dev/sound/pcm/
su-2.05# grep "channel_if.h" channel.h
#include "channel_if.h"
su-2.05# ls
ac97.c channel.c fake.c feeder_rate.c sound.c
ac97.h channel.h feeder.c mixer.c sound.h
ac97_if.m channel_if.m feeder.h mixer.h vchan.c
buffer.c dsp.c feeder_fmt.c mixer_if.m vchan.h
buffer.h dsp.h feeder_if.m sndstat.c
su-2.05#
as one can see, channel_if.h seems to be missing from the source tree..
perhaps it was accidently blow away?
-chris
p.s., please send relevant replies directly to me, as i am not subsribed to
the list.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message