From owner-freebsd-net@FreeBSD.ORG Tue Oct 3 13:28:04 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A3C116A412 for ; Tue, 3 Oct 2006 13:28:04 +0000 (UTC) (envelope-from freebsd-net@goldenpath.org) Received: from mail.sbsnet.com (mail.sbsnet.com [63.147.233.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3290443D5C for ; Tue, 3 Oct 2006 13:28:00 +0000 (GMT) (envelope-from freebsd-net@goldenpath.org) Received: from [10.0.0.59] [68.236.191.215] by mail.sbsnet.com with ESMTP (SMTPD-8.22) id A4E807D8; Tue, 03 Oct 2006 09:26:00 -0400 Message-ID: <4522655B.90507@goldenpath.org> Date: Tue, 03 Oct 2006 09:27:55 -0400 From: Tim Allender User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-net@freebsd.org References: <4520695C.9060302@goldenpath.org> <20061002125254.GC25883@codelabs.ru> In-Reply-To: <20061002125254.GC25883@codelabs.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: D-Link DGE-530T X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 13:28:04 -0000 Eygene Ryabinkin wrote: >> Come's with fbsd 5.3 drivers, but not 6.1. >> Is there an easy way out? >> > Use sk(4) driver. It supports DGE-530T: > Is that driver not built into the kernel? If not and all I need to do is rebuild the kernel, ok, I can do that. But if it's already in the kernel and the OS isn't using that driver for that model NIC already, how would I make it do so? > ----- > skc0: port 0xd800-0xd8ff mem 0xdfffc000-0xdfffffff irq 10 at device 7.0 on pci0 > skc0: DGE-530T Gigabit Ethernet Adapter rev. (0x1) > sk0: on skc0 > sk0: Ethernet address: 00:0d:88:64:ad:72 > > $ uname -r > 6.2-PRERELEASE > ----- > I had no problems with this card with sk(4) driver since 5.3. (Apart > from bridge + checksum offloading problem that does not affect non-bridged > configurations and can be cured by disabling hardware-assisted checksums). >