Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 1995 00:05:56 -0500 (EST)
From:      Sujal Patel <smpatel@wam.umd.edu>
To:        David Kelly <dkelly@iquest.com>
Cc:        freebsd-questions@FreeBSD.org, dkelly@vespucci.iquest.com
Subject:   Re: NE2100 and FreeBSD?
Message-ID:  <Pine.BSD.3.91.950224000318.132G-100000@xi.dorm.umd.edu>
In-Reply-To: <199502240334.VAA26748@vespucci.iquest.com>

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

On Thu, 23 Feb 1995, David Kelly wrote:

> Playing with both the official January release of FreeBSD and the 21095
> snap, I have failed to figure out how to compile in support for my NE2100
> ethernet card. I made a copy of GENERIC named DMK, added:
> device lnc0 at isa? port 0x360 net irq 9 drq 3 vector isintr
                                                        ^^^^^^

in 21095 Snap, You need to use lncintr, isintr is no longer used:
    device lnc0 at isa? port 0x360 net irq 9 drq 3 vector lncintr

if you're using the FreeBSD 2.0 you'll want:
    device is0 at isa? port 0x360 net irq 9 drq 3 vector isintr


Sujal



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSD.3.91.950224000318.132G-100000>