From owner-freebsd-stable@FreeBSD.ORG Tue Sep 30 18:20:30 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BB1616A4B3 for ; Tue, 30 Sep 2003 18:20:29 -0700 (PDT) Received: from zige.damon.com (zige.damon.com [199.98.84.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAB1044003 for ; Tue, 30 Sep 2003 18:20:27 -0700 (PDT) (envelope-from zeph@damon.com) Received: from damon.com (zeph.damon.com [199.98.84.67]) by zige.damon.com (8.12.9p2/8.12.9) with ESMTP id h911KOAF016768; Wed, 1 Oct 2003 11:20:25 +1000 (EST) (envelope-from zeph@damon.com) Date: Wed, 1 Oct 2003 11:20:19 +1000 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: John Polstra From: Damon Permezel In-Reply-To: Message-Id: <6BEF2D56-F3AD-11D7-A85B-000A957C9058@damon.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-stable@freebsd.org Subject: Re: 4.9-RC and bge X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 01:20:30 -0000 I regressed all the way back to: * $FreeBSD: src/sys/dev/bge/if_bge.c,v 1.3.2.20 2003/02/06 21:36:40 ps Exp $ * $FreeBSD: src/sys/dev/bge/if_bgereg.h,v 1.1.2.9 2003/02/06 21:36:40 ps Exp $ * $FreeBSD: src/sys/dev/mii/brgphy.c,v 1.1.2.6 2002/12/11 21:26:56 ps Exp $ and the problem went away. I moved forward all the way back to the present, but modified the brgphy.c so as not to enable Wirespeed ethernet, and that was not an issue. I am moving back again so that I can get some work done. I am willing to try whatever experiments you want. Cheers. On Wednesday, Oct 1, 2003, at 01:21 Australia/Brisbane, John Polstra wrote: > On 30-Sep-2003 Damon Anton Permezel wrote: >> Recent SUP. >> Installed on Dell PowerEdge 4600. >> Getting tons of: >> >> Sep 30 12:23:16 zige /kernel: bge0: gigabit link up >> Sep 30 12:23:46 zige last message repeated 98 times > > Check your dmesg output, and I bet you'll see that bge0 is sharing an > IRQ with another device. (If not, I'd like to hear about it.) This > bug was fixed in -current in revision 1.41 of if_bge.c, but it never > got merged to -stable. I have a patch for -stable that I am planning > to commit after the source freeze lifts. It is attached to this mail. > Please let me know whether it solves your problem or not. > > John >