From owner-cvs-src@FreeBSD.ORG Sat Aug 9 18:32:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA1637B401; Sat, 9 Aug 2003 18:32:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC63243FB1; Sat, 9 Aug 2003 18:32:16 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7A1WG0U071629; Sat, 9 Aug 2003 18:32:16 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7A1WGwa071628; Sat, 9 Aug 2003 18:32:16 -0700 (PDT) Message-Id: <200308100132.h7A1WGwa071628@repoman.freebsd.org> From: Bill Paul Date: Sat, 9 Aug 2003 18:32:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2003 01:32:18 -0000 wpaul 2003/08/09 18:32:16 PDT FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: Silence unwanted 'gigabit link up' messages: do not treat the BGE_MACSTAT_MI_COMPLETE bit in the MAC status register as a link change indicator. We turn this bit on now because some of the newer chips need it, but it usually just means that reading/writing an MII/GMII register has completed, not that a link change has occured. Revision Changes Path 1.48 +2 -1 src/sys/dev/bge/if_bge.c