On 02-Mar-01 Felix-Antoine Paradis wrote:
> Hi.
>
> I am running FreeBSD 3.5-STABLE on a i386 arch. When I boot, it tells
> me that:
>
> ---
> sb0 at 0x220 on isa
>
> NOTE! SB Pro support required with your soundcard!
> snd0: <SoundBlaster 16 4.13>
> ---
>
> So I added:
>
> ---
> device sbxvi0 at isa? drq ?
> ---
>
> to my kernel. Then, I recompiled and I got an error:
>
> ---
> su-2.04# make
> loading kernel
> dev_table.o(.data+0xc4): undefined reference to `attach_sb16midi'
> dev_table.o(.data+0xc8): undefined reference to `probe_sb16midi'
> sb_dsp.o: In function `sbintr':
> sb_dsp.o(.text+0xa9): undefined reference to `sb16midiintr'
> *** Error code 1
>
> Stop.
> ---
>
> I did a: make depend; make; make install
>
> It fails in the "make".
>
> Any idea?
Look in /sys/i386/conf/LINT. You need to add some more lines to your config
file for the midi driver. I think it is called olpm0 or some such. Just look
for the example snd0 in LINT.
--
John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message