From owner-freebsd-questions Wed Dec 16 13:19:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13340 for freebsd-questions-outgoing; Wed, 16 Dec 1998 13:19:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from outcast.media-net.net (outcast.media-net.net [206.52.136.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13334 for ; Wed, 16 Dec 1998 13:19:19 -0800 (PST) (envelope-from chrisj@outcast.media-net.net) Received: from localhost (chrisj@localhost) by outcast.media-net.net (8.8.8/8.8.8) with SMTP id PAA26522 for ; Wed, 16 Dec 1998 15:30:44 -0600 (CST) (envelope-from chrisj@outcast.media-net.net) Date: Wed, 16 Dec 1998 15:30:44 -0600 (CST) From: Chris To: freebsd-questions@FreeBSD.ORG Subject: retro-fitting the XL driver into 2.2.6-RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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