From owner-freebsd-stable@FreeBSD.ORG Wed Oct 1 16:04:55 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 7821216A4B3 for ; Wed, 1 Oct 2003 16:04:55 -0700 (PDT) Received: from zige.damon.com (zige.damon.com [199.98.84.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1429443FF2 for ; Wed, 1 Oct 2003 16:04:53 -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 h91N4nBf000385; Thu, 2 Oct 2003 09:04:49 +1000 (EST) (envelope-from zeph@damon.com) Date: Thu, 2 Oct 2003 09:04:45 +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: 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 23:04:55 -0000 John, tried the following first off. It demonstrates the problem. * $FreeBSD: src/sys/dev/bge/if_bge.c,v 1.3.2.22 2003/05/11 18:00:55 ps Exp $ * $FreeBSD: src/sys/dev/bge/if_bgereg.h,v 1.1.2.10 2003/05/11 18:00:55 ps Exp $ * $FreeBSD: src/sys/dev/mii/brgphy.c,v 1.1.2.7 2003/05/11 18:00:55 ps Exp $ > Revision 1.3.2.22 is the most likely candidate, especially the > changes having to do with autopolling. The Linux driver doesn't > use autopolling at all, and I think it's just a big source of > trouble for us. > I'll back up to 1.3.2.21 (and friends) and see.