From owner-freebsd-stable Thu Aug 24 16: 6:31 2000 Delivered-To: freebsd-stable@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id DD99337B424 for ; Thu, 24 Aug 2000 16:06:28 -0700 (PDT) Received: from localhost.localdomain (user-33qtacm.dialup.mindspring.com [199.174.169.150]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id TAA02813 for ; Thu, 24 Aug 2000 19:06:26 -0400 (EDT) Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id SAA25828 for freebsd-stable@freebsd.org; Thu, 24 Aug 2000 18:05:42 -0500 (CDT) (envelope-from david) Date: Thu, 24 Aug 2000 18:05:42 -0500 From: "David J. Kanter" To: FreeBSD stable Subject: Kernel won't compile (device xl) Message-ID: <20000824180542.A25814@localhost.localdomain> Mail-Followup-To: FreeBSD stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i X-Operating-System: FreeBSD 4.1-STABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've added support for a new Ethernet card, with device miibus and device xl. But when the kernel is compiling I get this error: if_xl.o: In function xl_attach': if_xl.o(.text+0x1c9a): undefined reference to ether_output' if_xl.o(.text+0x20c6): undefined reference to ether_ifattach' if_xl.o: In function xl_detach': if_xl.o(.text+0x210c): undefined reference to ether_ifdetach' if_xl.o: In function xl_rxeof': if_xl.o(.text+0x27b1): undefined reference to ether_input' if_xl.o: In function xl_ioctl': if_xl.o(.text+0x413e): undefined reference to ether_ioctl' *** Error code 1 Stop in /usr/obj/usr/src/sys/SPECIALK. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. su-2.04# What's wrong? -- David Kanter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message