From owner-freebsd-current@FreeBSD.ORG Sat Aug 23 08:52:10 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 950B616A4BF for ; Sat, 23 Aug 2003 08:52:10 -0700 (PDT) Received: from purge.bash.sh (purge.bash.sh [193.178.223.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF2F843FAF for ; Sat, 23 Aug 2003 08:52:08 -0700 (PDT) (envelope-from stu@ipng.org.uk) Received: from acbe27c1.ipt.aol.com ([172.190.39.193] helo=stu.ipng.org.uk) by purge.bash.sh with asmtp (Exim 4.20 #2 ) id 19qagP-0006J5-6y for ; Sat, 23 Aug 2003 16:52:06 +0100 Received: from baal.stu ([192.168.2.2] helo=icecold.stu.ipng.org.uk) by stu.ipng.org.uk with esmtp (Exim 4.10) id 19qaid-000MgO-00 for freebsd-current@freebsd.org; Sat, 23 Aug 2003 16:54:23 +0100 Received: from icecold.stu.ipng.org.uk (localhost [127.0.0.1]) h7NFpI2R000684 for ; Sat, 23 Aug 2003 16:51:18 +0100 (BST) (envelope-from stu@ipng.org.uk) Received: (from stu@localhost) by icecold.stu.ipng.org.uk (8.12.7/8.12.7/Submit) id h7NFpHZb000683 for freebsd-current@freebsd.org; Sat, 23 Aug 2003 16:51:17 +0100 (BST) X-Authentication-Warning: icecold.stu: stu set sender to stu@ipng.org.uk using -f Date: Sat, 23 Aug 2003 16:51:17 +0100 From: Stuart Walsh To: freebsd-current@freebsd.org Message-ID: <20030823155117.GB637@icecold.stu.ipng.org.uk> References: <20030823154530.GA86441@deepfreeze.stu.ipng.org.uk> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20030823154530.GA86441@deepfreeze.stu.ipng.org.uk> User-Agent: Mutt/1.5.4i X-SA-Exim-Mail-From: stu@ipng.org.uk Content-Type: text/plain; charset=us-ascii X-Spam-Status: No, hits=0.3 required=7.5 tests=EMAIL_ATTRIBUTION,FORGED_RCVD_TRAIL,QUOTED_EMAIL_TEXT 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.0 (built Tue Jul 1 14:25:23 BST 2003) X-SA-Exim-Scanned: Yes 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, 23 Aug 2003 15:52:10 -0000 On Sat Aug 23, 04:45P +0100, Stuart Walsh wrote: > Hi, > > I ported the openbsd additions to the sk driver to support the 3c940 > gigabit network card which is commonly found in the above asus > motherboard. Testers/comments/commits welcome, but please don't blame > me if it burns your house down or something :) > > Apply the diff in /usr/src/sys. It will have to be a fairly recent > -current because of the recent pci header reloactions. > > Please be aware that I have had reports of panics on kldunloading the sk > module. I don't posess the hardware myself and this could be present in > the sk driver in general, so more information on this would be greatly > received. > I should have mentioned that there is code in the PHY driver which has #if 0 around it because it deals with fibre links and I have been unable to test that configuration. If you can, please feel free to enable the code.