From owner-cvs-all@FreeBSD.ORG Sun Dec 5 03:11:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54BD716A4F4; Sun, 5 Dec 2004 03:11:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42BF943D58; Sun, 5 Dec 2004 03:11:12 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB53BCvN046729; Sun, 5 Dec 2004 03:11:12 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB53BC9M046728; Sun, 5 Dec 2004 03:11:12 GMT (envelope-from bz) Message-Id: <200412050311.iB53BC9M046728@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 5 Dec 2004 03:11:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/mii mii.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2004 03:11:12 -0000 bz 2004-12-05 03:11:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/mii mii.c Log: MFC revision 1.21 With mii.h rev 1.4 changes to BMSR_MEDIAMASK merged in from NetBSD got activated. NetBSD has an additional change in their mii.c rev 1.26 which got missed with that merger: : When probing for a PHY, look at the EXTSTAT bit in the BMSR, as well, : not just the media mask. This prevents PHYs/TBIs that only support : Gigabit media from slipping through the cracks. With this GE only ones like from the SK-9844 are detected again. PR: i386/63313, i386/71733, kern/73725 Tested by: matt baker , Jin Guojun Obtained from: NetBSD mii.c rev 1.26 Approved by: rwatson (mentor) Revision Changes Path 1.20.2.1 +2 -2 src/sys/dev/mii/mii.c