From owner-cvs-src@FreeBSD.ORG Sat May 29 11:30:14 2004 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 DD90216A4CE; Sat, 29 May 2004 11:30:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEAE743D3F; Sat, 29 May 2004 11:30:14 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4TITrDw077321; Sat, 29 May 2004 11:29:53 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4TITrcl077320; Sat, 29 May 2004 11:29:53 -0700 (PDT) (envelope-from marius) Message-Id: <200405291829.i4TITrcl077320@repoman.freebsd.org> From: Marius Strobl Date: Sat, 29 May 2004 11:29:53 -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/hme if_hme.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: Sat, 29 May 2004 18:30:15 -0000 marius 2004/05/29 11:29:53 PDT FreeBSD src repository Modified files: sys/dev/hme if_hme.c Log: In hme_init() call mii_mediachg() to make sure the current media is set. This is part 2/2 of fixing autonegotiation on hme(4) using DP83840A PHYs. It appears to also fix the occasional problems to establish a link on hme(4) using LU6612 PHYs and shouldn't hurt on those using QS6612 PHYs. Obtained from: NetBSD Revision Changes Path 1.23 +4 -1 src/sys/dev/hme/if_hme.c