From owner-freebsd-alpha Mon Oct 22 16:26:42 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id CB67337B403 for ; Mon, 22 Oct 2001 16:26:36 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id TAA29109; Mon, 22 Oct 2001 19:26:32 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f9MNQ5X72857; Mon, 22 Oct 2001 19:26:05 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15316.43789.869169.466665@grasshopper.cs.duke.edu> Date: Mon, 22 Oct 2001 19:26:05 -0400 (EDT) To: Adam Stouffer Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: PC164 and 3c50x driver In-Reply-To: <4.3.2.7.2.20011022175909.00b386c8@pop> References: <4.3.2.7.2.20011022175909.00b386c8@pop> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid 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 Adam Stouffer writes: > 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 :) The ep driver isn't quite MI. It depends on a .c file in i386 land -- i386/isa/elink.c You MIGHT be able to get it to work by adding this line to sys/conf/files.alpha & re-config'ing & rebuilding i386/isa/elink.c optional ep Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message