In message <19990312195615.26156.rocketm...@send101.yahoomail.com> Valentin Shopov writes: : w/o device pcic into kernel config (using kldload pcic) still: : : loading kernel : pccard.o: In function `unregister_device_interrupt': : pccard.o(.text+0x362): undefined reference to `unregister_pcic_intr' : pccard.o: In function `pccard_alloc_intr': : pccard.o(.text+0x718): undefined reference to `register_pcic_intr' : *** Error code 1
I just committed a fix for this about two or three hours ago. It should be on the cvsup servers by now. I removed the 'static' declarations from these functions in the non-apic case (they were already gone from the apic case). I've not had time to test it heavily, but at least things link now. Give it a spin. Warner To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message