Date: Sat, 25 Sep 1999 09:26:35 -0400 From: Rick Knebel <rknebel@uplink.net> To: questions@freebsd.org Subject: AWE64 pnp soundcard Message-ID: <19990925092635.A645@rknebel.uplink.net>
next in thread | raw e-mail | index | archive | help
Hi,
I put the following lines in my kernel conf file to get my AWE64 PNP
soundcard working.
device sb0 at isa? port 0x220 irq 5 drq 1
device sbxvi0 at isa? drq 5
device sbmidi0 at isa? port 0x330
device awe0 at isa? port 0x620
device opl0 at isa? port 0x388
But when I do make I get this
loading kernel
midi_synth.o: In function =0Didi_outc':
midi_synth.o(.text+0x3f): undefined reference to =0Didi_devs'
midi_synth.o: In function =10refix_cmd':
midi_synth.o(.text+0x90): undefined reference to =0Didi_devs'
midi_synth.o: In function =0Didi_synth_input':
midi_synth.o(.text+0xcd): undefined reference to =0Eum_midis'
midi_synth.o(.text+0xea): undefined reference to =0Didi_devs'
midi_synth.o: In function =0Ceave_sysex':
midi_synth.o(.text+0x2b0): undefined reference to =13ynth_devs'
midi_synth.o(.text+0x2d3): undefined reference to =0Didi_devs'
midi_synth.o: In function =0Didi_synth_ioctl':
midi_synth.o(.text+0x336): undefined reference to =13ynth_devs'
midi_synth.o: In function =0Didi_synth_kill_note':
midi_synth.o(.text+0x367): undefined reference to =13ynth_devs'
midi_synth.o: In function =0Didi_synth_set_instr':
midi_synth.o(.text+0x492): undefined reference to =13ynth_devs'
midi_synth.o: In function =0Didi_synth_start_note':
midi_synth.o(.text+0x4f2): undefined reference to =13ynth_devs'
midi_synth.o: In function =0Didi_synth_open':
midi_synth.o(.text+0x5be): undefined reference to =13ynth_devs'
midi_synth.o(.text+0x5cb): undefined reference to =0Eum_midis'
midi_synth.o(.text+0x5f8): undefined reference to =0Didi_devs'
midi_synth.o(.text+0x61c): undefined reference to =0Didi_devs'
midi_synth.o: In function =0Didi_synth_close':
midi_synth.o(.text+0x676): undefined reference to =13ynth_devs'
midi_synth.o(.text+0x686): undefined reference to =0Didi_devs'
midi_synth.o(.text+0x69b): undefined reference to =0Didi_devs'
midi_synth.o: In function =0Didi_synth_load_patch':
midi_synth.o(.text+0x6ca): undefined reference to =13ynth_devs'
midi_synth.o(.text+0x803): undefined reference to =0Didi_devs'
midi_synth.o: In function =0Didi_synth_aftertouch':
midi_synth.o(.text+0x8de): undefined reference to =13ynth_devs'
midi_synth.o: In function =0Didi_synth_controller':
midi_synth.o(.text+0x97a): undefined reference to =13ynth_devs'
midi_synth.o: In function =0Didi_synth_bender':
midi_synth.o(.text+0xa2e): undefined reference to =13ynth_devs'
midi_synth.o: In function =0Didi_synth_send_sysex':
midi_synth.o(.text+0xae8): undefined reference to =13ynth_devs'
midi_synth.o(.text+0xb7f): undefined reference to =0Didi_devs'
midi_synth.o(.text+0xbb7): undefined reference to =0Didi_devs'
ioconf.o(.data+0x730): undefined reference to =13bdriver'
ioconf.o(.data+0x774): undefined reference to =13bxvidriver'
ioconf.o(.data+0x7b8): undefined reference to =13bmididriver'
ioconf.o(.data+0x7fc): undefined reference to =01wedriver'
ioconf.o(.data+0x840): undefined reference to ldriver'
*** Error code 1
=20
Any else have this problem or know what is wrong.
Thanks
Rick
=20
--=20
Rick Knebel
rknebel@uplink.net
http://rknebel.uplink.net
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990925092635.A645>
