Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Feb 1999 12:39:52 +0100 (CET)
From:      Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To:        cjclark@home.com
Cc:        questions@FreeBSD.ORG, (Paul Foss) <paulr@wans.net>
Subject:   Re: Loading Intel EtherExpress card
Message-ID:  <XFMail.990207123952.asmodai@wxs.nl>
In-Reply-To: <199902070425.XAA28423@cc942873-a.ewndsr1.nj.home.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 07-Feb-99 Crist J. Clark wrote:
> Paul Foss wrote,
>> I have an Intel EtherExpress ISA network card that was
>> working fine under windoze on irq9.  According to the documentation,
>> this card should be supported under the generic kernel, but it isn't
>> listed in sysinstall.  I therefore concluded that I would need to build a
>> kernel.  I have done this, and I'm getting an error "ioconf.o
>> Undefinedsymbol _ixdriver referenced from data segment.  My exact syntex
>> is: device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000

> Where in the documentation did you see this? There is no device 'ix0'
> in the LINT kernel. Are you sure it is not a PCI card? In which case
> it is in the GENERIC kernel,

Indeed, no ix0, but if we would have looked further we would have seen ex0
as being classified as Intel EtherExpress Pro/10 and other i82595-based
adapters. So Paul, better change the ix0 to ex0 and compile the kernel.

BUT, looking at LINT,v reveals this:

device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector
ixintr

This is something which changed in 1997, the ex0 driver appeared in rev
1.306 of LINT.

So my question is: what version of FreeBSD are you trying to install/use?

> device fxp0
> 
> That is the card supported by the GENERIC kernel.

Which is indeed PCI and not what we want.

regards,

---
Jeroen Ruigrok van der Werven        join #FreeBSD on Undernet
asmodai(at)wxs.nl       Time is merely a residue of Reality...
Network/Security Specialist      <http://home.wxs.nl/~asmodai>;
*BSD: Powered by Knowledge & Know-how <http://www.freebsd.org>;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



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