Displaying 2 results from an estimated 2 matches for "cam_simq_free".
Did you mean:
cam_sim_free
2006 Apr 28
1
link_elf: symbol cam_simq_alloc undefined
...from 5-stable to 6-stable; after rebooting to the
new kernel, the amr(4) module (amr.ko) refuses to load with this message:
link_elf: symbol cam_simq_alloc undefined
However, a quick nm(1) on /boot/kernel/cam.ko does show:
...
0000f0ac T cam_sim_set_path
0000efc4 T cam_simq_alloc
0000efd4 T cam_simq_free
...
and cam.ko is already loaded before amr.ko.
What am I missing here? *scratches head 'o 'a*
Thanks,
Eugene
2008 Sep 25
1
Make buildkernel fails
...38): In function `sbp_attach':
/usr/src/sys/dev/firewire/sbp.c:2014: undefined reference to
`cam_simq_alloc'
sbp.o(.text+0x2fb4):/usr/src/sys/dev/firewire/sbp.c:2023: undefined
reference to `cam_sim_alloc'
sbp.o(.text+0x2fc3):/usr/src/sys/dev/firewire/sbp.c:2031: undefined
reference to `cam_simq_free'
sbp.o(.text+0x302c):/usr/src/sys/dev/firewire/sbp.c:2036: undefined
reference to `xpt_bus_register'
sbp.o(.text+0x3056):/usr/src/sys/dev/firewire/sbp.c:2039: undefined
reference to `xpt_periph'
sbp.o(.text+0x3062):/usr/src/sys/dev/firewire/sbp.c:2039: undefined
reference to `xpt_create...