Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 1998 19:00:35 -0600
From:      David Kelly <dkelly@hiwaay.net>
To:        Bochter Security Systems <bocsecsys@iname.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: NetWorking Cards 
Message-ID:  <199811190100.TAA02487@n4hhe.ampr.org>
In-Reply-To: Message from "Jason C. Wells" <jcwells@u.washington.edu>  of "Tue, 17 Nov 1998 15:53:55 PST." <Pine.BSF.4.05.9811171547020.1712-100000@s8-37-26.student.washington.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
"Jason C. Wells" writes:
> In you kernel you will see a line that looks something like this. You must
> know which device driver your card uses. My card (shown below) is an
> NE2000 clone which uses the "ed0" driver on irq 10 and port 0x300.
> 
> device ed0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector edintr
> 
> You need to change the appropriate line in your kernel config file for the
> settings that you wrote down when setting up your card under DOS. Then
> continue on with the kernel build procedure. Be careful not to mess with
> other lines in the kernel config file until you know what you are doing.

If he is running a GENERIC kernel then there is no need to build a new
one. Simply boot "-cv" to get the Visual Config Editor where he can type
the new values. I presume there is a need for new values as the default
GENERIC kernel would have found the card otherwise.

Looking at FreeBSD 3.0's GENERIC kernel it appears ed0 is at 0x280 and 
IRQ 10 with iomem at 0xd8000. So if one were to configure the card the 
way FreeBSD defaults then one wouldn't have to reconfigure FreeBSD.

Probably have to have the card's DOS config program simply to figure 
out how the heck the card is currently configured.

Of course this presumes the card looks like an NE2000...



--
David Kelly N4HHE, dkelly@nospam.hiwaay.net
=====================================================================
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.



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?199811190100.TAA02487>