From owner-freebsd-alpha Mon Oct 22 16: 9:35 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from smtprelay2.adelphia.net (smtprelay2.adelphia.net [64.8.25.7]) by hub.freebsd.org (Postfix) with ESMTP id 0529337B403 for ; Mon, 22 Oct 2001 16:09:32 -0700 (PDT) Received: from b0rg.adelphia.net ([24.52.66.70]) by smtprelay2.adelphia.net (Netscape Messaging Server 4.15) with ESMTP id GLMR1F00.X7V for ; Mon, 22 Oct 2001 19:10:27 -0400 Message-Id: <4.3.2.7.2.20011022175909.00b386c8@pop> X-Sender: astouffer@pop X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Mon, 22 Oct 2001 19:08:18 -0400 To: freebsd-alpha@freebsd.org From: Adam Stouffer Subject: PC164 and 3c50x driver Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have 4.3 release running on a 400mhz PC164 and something is wrong with the ep driver. I'm trying to get a 3c509 nic working and added 'device ep' to the kernel config. The compile dies with this error: linking kernel if_ep_isa.o: In function 'ep_isa_identify': if_ep_isa.c(.text+0x1d0): undefined reference to 'elink_idseq' if_ep_isa.c(.text+0x1d4): undefined reference to 'elink_idseq' if_ep_isa.c(.text+0x1e0): undefined reference to 'elink_reset' if_ep_isa.c(.text+0x1e4): undefined reference to 'elink_reset' if_ep_isa.c(.text+0x244): undefined reference to 'elink_idseq' if_ep_isa.c(.text+0x248): undefined reference to 'elink_idseq' *** Error code 1 I tried getting an updated version of if_ep_isa.c but there only seems to be two versions out there and neither work. I'm not a programmer so any help would be appreciated :) Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message