From owner-freebsd-stable@FreeBSD.ORG Tue Apr 21 19:55:12 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99A4C106564A for ; Tue, 21 Apr 2009 19:55:12 +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 2D6C68FC0C for ; Tue, 21 Apr 2009 19:55:11 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id n3LJtAV1037319; Tue, 21 Apr 2009 21:55:11 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id n3LJtAMj037318; Tue, 21 Apr 2009 21:55:10 +0200 (CEST) (envelope-from marius) Date: Tue, 21 Apr 2009 21:55:10 +0200 From: Marius Strobl To: Jeff Blank Message-ID: <20090421195510.GC33994@alchemy.franken.de> References: <20090420204637.GA1236@mr-happy.com> <20090421184924.GA36542@alchemy.franken.de> <20090421193129.GA4869@mr-happy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090421193129.GA4869@mr-happy.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: bge problems under 7.2-PRERELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2009 19:55:13 -0000 On Tue, Apr 21, 2009 at 03:31:29PM -0400, Jeff Blank wrote: > On Tue, Apr 21, 2009 at 08:49:24PM +0200, Marius Strobl wrote: > > On Mon, Apr 20, 2009 at 04:46:38PM -0400, Jeff Blank wrote: > > > I have no trouble with networking using a kernel from 20090115. This > > Does that working kernel include r187309 (if_bge.c rev 1.198.2.14)? > > nope, 1.198.2.11. > > > If it predates it could you please check whether this is the change > > which breaks things for you? > > what's the best way to go about this? I no longer have the source > tree from the working kernel. should I plug 1.198.2.11 into the > sources I have and then try .14? any other files I'd need previous > revisions of? or is there a different, better way to go about it? (I > don't know much about time-travelling through source.) > Use the sources you have but plug in sys/dev/bge/if_bge.c rev 1.198.2.13 and sys/dev/pci/pci.c rev 1.355.2.6, this combination should work. Then update if_bge.c to rev 1.198.2.14 and check whether things still work, if they do revert to pci.c rev 1.355.2.9 and check again. Marius