From owner-cvs-src@FreeBSD.ORG Mon Feb 11 20:41:27 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5C8616A418; Mon, 11 Feb 2008 20:41:27 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 956A513C447; Mon, 11 Feb 2008 20:41:27 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1BKfRaE058502; Mon, 11 Feb 2008 20:41:27 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1BKfREj058501; Mon, 11 Feb 2008 20:41:27 GMT (envelope-from marius) Message-Id: <200802112041.m1BKfREj058501@repoman.freebsd.org> From: Marius Strobl Date: Mon, 11 Feb 2008 20:41:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/dev/mii nsphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 11 Feb 2008 20:41:27 -0000 marius 2008-02-11 20:41:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/mii nsphy.c Log: MFC: 1.30 - Fix a typo in a comment. - Fix whitespace according to style(9). - Sync the comment describing why we have to wait in nsphy_reset() with nsphyter_reset(). It's true that the manual tells to not do a reset within 500us of applying power but that's unlikely the cause of problems seen here. Generally having to wait 500us after a reset however is. Revision Changes Path 1.28.2.2 +10 -8 src/sys/dev/mii/nsphy.c