Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2001 19:26:05 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Adam Stouffer <astouffer@adelphia.net>
Cc:        freebsd-alpha@FreeBSD.ORG
Subject:   Re: PC164 and 3c50x driver
Message-ID:  <15316.43789.869169.466665@grasshopper.cs.duke.edu>
In-Reply-To: <4.3.2.7.2.20011022175909.00b386c8@pop>
References:  <4.3.2.7.2.20011022175909.00b386c8@pop>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15316.43789.869169.466665>