$ grep -l '^mpu401' /sys/i386/isa/sound/*.c
/sys/i386/isa/sound/mpu401.c
$ grep '^i386/isa/sound/mpu401\.c' /sys/conf/files.i386
i386/isa/sound/mpu401.c optional mpu
i386/isa/sound/mpu401.c optional sscape
$
I guess css0 needs mpu0 to handle the onboard MPU401 interface.
HTH,
Eugene
On Thu, 10 Feb 2000, f.johan.beisser wrote:
|
| i'm attempting to build a kernel with the "old style" voxware drivers for
| the CS423x (crystal sound, or css0 in the kernel config) and i get this
| wonderful error torwards the end of the kernel build:
|
| cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
| -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
| -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include
| -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c
| linking kernel
| cs4232.o: In function `attach_cs4232':
| cs4232.o(.text+0x1cb): undefined reference to `probe_mpu401'
| cs4232.o(.text+0x1d8): undefined reference to `attach_mpu401'
| *** Error code 1
|
|
| and it fails, obviously. everything prior to the make goes just fine..
|
| any clues or advice?
|
| -- jan
|
| +-----/ f. johan beisser /------------------------------+
| email: jan[at]caustic.org web: http://www.caustic.org/~jan
| "knowledge is power. power corrupts. study hard, be evil."
|
|
|
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with "unsubscribe freebsd-current" in the body of the message
|
--
Eugene M. Kim <[EMAIL PROTECTED]>
"Is your music unpopular? Make it popular; make music
which people like, or make people who like your music."
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message