Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Oct 2010 22:41:53 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r214605 - head/sys/dev/mii
Message-ID:  <201010312241.o9VMfrYo009985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Sun Oct 31 22:41:53 2010
New Revision: 214605
URL: http://svn.freebsd.org/changeset/base/214605

Log:
  Make a comment reflect reality.

Modified:
  head/sys/dev/mii/miivar.h

Modified: head/sys/dev/mii/miivar.h
==============================================================================
--- head/sys/dev/mii/miivar.h	Sun Oct 31 19:16:54 2010	(r214604)
+++ head/sys/dev/mii/miivar.h	Sun Oct 31 22:41:53 2010	(r214605)
@@ -148,7 +148,7 @@ typedef struct mii_softc mii_softc_t;
 /*
  * Special `locators' passed to mii_attach().  If one of these is not
  * an `any' value, we look for *that* PHY and configure it.  If both
- * are not `any', that is an error, and mii_attach() will panic.
+ * are not `any', that is an error, and mii_attach() will fail.
  */
 #define	MII_OFFSET_ANY		-1
 #define	MII_PHY_ANY		-1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010312241.o9VMfrYo009985>