From owner-freebsd-current@FreeBSD.ORG Tue Aug 5 09:23:54 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BA7C37B405 for ; Tue, 5 Aug 2003 09:23:54 -0700 (PDT) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD7E43FAF for ; Tue, 5 Aug 2003 09:23:53 -0700 (PDT) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id 4AD1A28832; Tue, 5 Aug 2003 09:23:53 -0700 (PDT) Date: Tue, 5 Aug 2003 09:23:53 -0700 From: Will Andrews To: "Nick H. - Network Operations" Message-ID: <20030805162353.GN4337@procyon.firepipe.net> Mail-Followup-To: "Nick H. - Network Operations" , freebsd-current@FreeBSD.ORG References: <00d501c35b58$716c52c0$0402a8c0@dotnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00d501c35b58$716c52c0$0402a8c0@dotnet> User-Agent: Mutt/1.4.1i cc: freebsd-current@FreeBSD.ORG Subject: Re: D-Link DGE-500T support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2003 16:23:54 -0000 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