From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 03:24:38 2004 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 5617D16A4CE for ; Tue, 21 Sep 2004 03:24:38 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id B84AA43D46 for ; Tue, 21 Sep 2004 03:24:35 +0000 (GMT) (envelope-from edotokugawa@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so1320304rnk for ; Mon, 20 Sep 2004 20:24:33 -0700 (PDT) Received: by 10.38.181.68 with SMTP id d68mr1534537rnf; Mon, 20 Sep 2004 20:24:33 -0700 (PDT) Received: by 10.38.81.55 with HTTP; Mon, 20 Sep 2004 20:24:33 -0700 (PDT) Message-ID: Date: Mon, 20 Sep 2004 23:24:33 -0400 From: Edwin Brown To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 21 Sep 2004 11:46:07 +0000 Subject: NetGear GA302T Adapter Very Chatty 5.3BETA5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Edwin Brown List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 03:24:38 -0000 I'm currently running 5.3BETA5 and my console is flooded with messages of bge0: gigabit link up. The message originates from /usr/src/sys/dev/bge/if_bge.c line number 2952 which is inside the function bge_tick_locked( struct bge_softc *); I've not had any extra time to invest in debugging right now. It seems much worse since I enabled PREEMPTION and SCHED_ULE in the kernel. Those are the only two changes that have been made from the base system. Anyone know the answer? Best Edo