From owner-freebsd-current@FreeBSD.ORG Sat Sep 13 07:37:53 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 B928E16A4BF for ; Sat, 13 Sep 2003 07:37:53 -0700 (PDT) Received: from purge.bash.sh (purge.bash.sh [193.178.223.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD52C43FE3 for ; Sat, 13 Sep 2003 07:37:52 -0700 (PDT) (envelope-from stu@purge.bash.sh) Received: from stu by purge.bash.sh with local (Exim 4.22 #1 ) id 19yBX5-0001Wz-6B; Sat, 13 Sep 2003 15:37:51 +0100 Date: Sat, 13 Sep 2003 15:37:51 +0100 From: Stuart Walsh To: Jung-uk Kim Message-ID: <20030913143751.GA5727@purge.bash.sh> References: <20030823154530.GA86441@deepfreeze.stu.ipng.org.uk> <20030905185024.GB2023@icecold.stu> <20030905214357.GA339@freebie.xs4all.nl> <200309122155.54844.jkim@niksun.com> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <200309122155.54844.jkim@niksun.com> User-Agent: Mutt/1.4.1i X-SA-Exim-Mail-From: stu@purge.bash.sh Content-Type: text/plain; charset=us-ascii X-Spam-Status: No, hits=-5.0 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-SA-Exim-Version: 3.1 (built Sat Sep 6 04:04:25 BST 2003) X-SA-Exim-Scanned: Yes cc: freebsd-current@freebsd.org Subject: Re: 3C940 / Asus P4P800 gigabit LAN driver 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: Sat, 13 Sep 2003 14:37:53 -0000 On Fri, Sep 12, 2003 at 09:55:54PM -0400, Jung-uk Kim wrote: > I have my own *working* driver, which is for 4-STABLE. It works with > SK-9521 V2.0 (for me, at least) and it should work with 3C940. > > Note: This driver is ported from Nathan L. Binkert's OpenBSD driver. > Note: This is completely independent from Stuart Walsh's work. ;-) > Note: You must recompile MII driver and dependent network drivers. > It's worth noting my patch was a port of Natan's patch also(which is actually Bill's driver technically speaking ;), so I'd be interested to see where i went wrong. But if it works then great, I'll get on with something else :) It's somewhat difficult to fine tune a driver when you dont actually own the hardware in question. Regards, Stuart