Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2003 09:23:53 -0700
From:      Will Andrews <will@csociety.org>
To:        "Nick H. - Network Operations" <nickh@supportteam.net>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: D-Link DGE-500T support
Message-ID:  <20030805162353.GN4337@procyon.firepipe.net>
In-Reply-To: <00d501c35b58$716c52c0$0402a8c0@dotnet>
References:  <00d501c35b58$716c52c0$0402a8c0@dotnet>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 05, 2003 at 08:49:50AM -0500, Nick H. - Network Operations wrote:
> I attempted to use a D-Link DGE-500T card this weekend on 5.1-RELEASE
> (and -CURRENT) with no success.  It is unable to probe the device and find a
> proper driver for it.  My question is: are there any plans currently to
> provide support for this card?  If there is already support for it (which
> may be the case) then which driver is it using?  I tried a GENERIC kernel
> with all the default drivers, but it diddnt work with them.  I can
> eventually get dmesg output again, but I'd need to bring the server down to
> put the card back in.  Any help is more than welcome.  Thank you!

This card's chipset is the NatSemi gigE chipset, which is
supported by the nge(4) driver.  However, as nge(4) cards are
relatively uncommon, support is not enabled by default in the
GENERIC kernel.  You can load the if_nge module, however.

kldload if_nge

In fact, the only gigE chipset common enough to make it into
GENERIC is the Broadcom, supported by bge(4).

Regards,
-- 
wca



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