From owner-freebsd-net@FreeBSD.ORG Tue Oct 18 17:59:18 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33176106566C for ; Tue, 18 Oct 2011 17:59:18 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id A3D5E8FC17 for ; Tue, 18 Oct 2011 17:59:17 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id p9IHxGFM016507; Tue, 18 Oct 2011 19:59:16 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id p9IHxFLg016506; Tue, 18 Oct 2011 19:59:15 +0200 (CEST) (envelope-from marius) Date: Tue, 18 Oct 2011 19:59:15 +0200 From: Marius Strobl To: andrew bliznak Message-ID: <20111018175915.GA16477@alchemy.franken.de> References: <20111011212318.GC81376@alchemy.franken.de> <20111011225531.GD5661@michelle.cdnetworks.com> <20111012204222.GC39118@alchemy.franken.de> <20111012235707.GD9138@michelle.cdnetworks.com> <20111013214903.GH39118@alchemy.franken.de> <20111014203226.GA16192@michelle.cdnetworks.com> <20111015205616.GL39118@alchemy.franken.de> <5E65282B-DBCB-4143-93DE-3501A0D72E22@my.gd> <20111016010856.GM39118@alchemy.franken.de> <1318931821.55578.2.camel@beef64> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1318931821.55578.2.camel@beef64> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: nge(4), tl(4), wb(4) and rl(4) 8129 testers wanted [Re: Question about GPIO bitbang MII] 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, 18 Oct 2011 17:59:18 -0000 On Tue, Oct 18, 2011 at 12:57:01PM +0300, andrew bliznak wrote: > On Sun, 2011-10-16 at 03:08 +0200, Marius Strobl wrote: > > On Sun, Oct 16, 2011 at 02:46:23AM +0200, Damien Fleuriot wrote: > > > > > > > > > On 15 Oct 2011, at 22:56, Marius Strobl wrote: > > > > > > > > > > > Could owners of nge(4), tl(4), wb(4) and rl(4) driven hardware (as for > > > > rl(4) only 8129 need testing, 8139 don't) please give the following > > > > patch a try in order to ensure it doesn't break anything? > > > > for 9/head: > > > > http://people.freebsd.org/~marius/mii_bitbang.diff > > > > for 8: > > > > http://people.freebsd.org/~marius/mii_bitbang.diff8 > > > > > > > > Thanks, > > > > Marius > > > > > > > > > > > > > While I don't have any box with this hardware, I'm thinking you might want to get a bit more specific about what you want tested... > > > > > > What do you think the patch might break ? > > > > > > > Basically, if there's something wrong with the patch the driver should > > fail to attach, if it still does and gets a link all should be fine. > > > > Marius > > > > run OK on FreeBSD 10.0-CURRENT #22 r226300M > > > nge0: port 0xd800-0xd8ff mem > 0xdffff000-0xdfffffff irq 22 at device 2.0 on pci1 > miibus0: on nge0 > nsgphy0: PHY 1 on miibus0 > none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto > nge0: Ethernet address: 00:30:4f:1e:e4:49 > Thanks! Marius