Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 1998 15:30:44 -0600 (CST)
From:      Chris <chrisj@outcast.media-net.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   retro-fitting the XL driver into 2.2.6-RELEASE
Message-ID:  <Pine.BSF.3.96.981216150447.26340A-100000@outcast.media-net.net>

next in thread | raw e-mail | index | archive | help
hello all. 
what i am tring to do is to merge the XL ethernet driver into a
2.2.6-RELEASE box. what i am runngin into is the following compiler errors
when tring to compile the kernel. This is on a old dell power edge server
with EISA slots.

cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith
-nostdinc -I- -I. -I../.. -I../../../include -DAPM_BROKEN_STATCLOCK
-DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET
 -DKERNEL -c vers.c
loading kernel
subr_autoconf.o: Undefined symbol `_cfdata' referenced from text segment
subr_autoconf.o: Undefined symbol `_cfdata' referenced from text segment
subr_autoconf.o: Undefined symbol `_cfdata' referenced from text segment
subr_autoconf.o: Undefined symbol `_cfroots' referenced from text segment
subr_autoconf.o: Undefined symbol `_cfroots' referenced from text segment
subr_autoconf.o: Undefined symbol `_cfdata' referenced from text segment
subr_autoconf.o: Undefined symbol `_cfdata' referenced from text segment
subr_autoconf.o: Undefined symbol `_cfdata' referenced from text segment
subr_autoconf.o: Undefined symbol `_cfdata' referenced from text segment
subr_autoconf.o: Undefined symbol `_alldevs' referenced from data segment
subr_autoconf.o: Undefined symbol `_allevents' referenced from data
segment
if_ppp.o: Undefined symbol `_ppp_bsd_compress' referenced from data
segment
*** Error code 1

Stop. 




there are also some warnings that come up earler in the compile from the
subr_autoconf.c file. 

Has anyone been able to get this driver to work under 2.2.6-R or perhaps
some thoughts as to what could be incorrect about the kerel config file. 
to save reading time i've not included a copy of the kernel file, if
needed please let me know.



Thanks 

Chris Jeter



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?Pine.BSF.3.96.981216150447.26340A-100000>