Date: Tue, 06 Mar 2001 10:27:22 -0700 From: Warner Losh <imp@harmony.village.org> To: Dag-Erling Smorgrav <des@ofug.org> Cc: Maxim Sobolev <sobomax@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/ed Makefile src/sys/dev/ed if_ed.cif_ed_pccard.c if_ed_pci.c if_edreg.h if_edvar.h src/sys/i386/confGENERIC NEWCARD Message-ID: <200103061727.f26HRMd01341@harmony.village.org> In-Reply-To: Your message of "06 Mar 2001 18:25:08 %2B0100." <xzpr90ax11n.fsf@flood.ping.uio.no> References: <xzpr90ax11n.fsf@flood.ping.uio.no> <xzp66hnxce0.fsf@flood.ping.uio.no> <200103030831.f238VcG09263@freefall.freebsd.org> <3AA4C637.D777CB97@FreeBSD.org> <200103061713.f26HDEd01173@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <xzpr90ax11n.fsf@flood.ping.uio.no> Dag-Erling Smorgrav writes: : root@des /sys/compile/DES# kldload if_ed : kldload: can't load if_ed: Exec format error : root@des /sys/compile/DES# dmesg | tail -1 : link_elf: symbol pccard_product_lookup undefined : : (and yes, I'm positive my kernel and modules are in sync and built : from clean, unmodified sources) That's a simple bug to fix. I'll go fix it right now. pccard is supposed to be such that for both OLDCARD and NEWCARD the modules load as well as the "NOCARD" case. The two pccard_compat_ symbols that are now defined are easy to get rid of (since they should be the card version anyway). The pccard_product_lookup symbol really can and should be inlined (it is small, and the space savings is minimal). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103061727.f26HRMd01341>