Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2011 17:49:59 +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: r220862 - head/sys/dev/bxe
Message-ID:  <201104191749.p3JHnxUC017146@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Tue Apr 19 17:49:59 2011
New Revision: 220862
URL: http://svn.freebsd.org/changeset/base/220862

Log:
  Remove a comment which is no longer true since r213878, apart from
  this driver not using mii(4) in the first place.
  
  Reviewed by:    yongari

Modified:
  head/sys/dev/bxe/if_bxe.h

Modified: head/sys/dev/bxe/if_bxe.h
==============================================================================
--- head/sys/dev/bxe/if_bxe.h	Tue Apr 19 17:41:17 2011	(r220861)
+++ head/sys/dev/bxe/if_bxe.h	Tue Apr 19 17:49:59 2011	(r220862)
@@ -1133,9 +1133,6 @@ struct bxe_fastpath {
 
 /* ToDo: Audit this structure for unused varaibles. */
 struct bxe_softc {
-	/*
-	 * MUST start with ifnet pointer (see definition of miibus_statchg()).
-	 */
 	struct ifnet		*bxe_ifp;
 	int			media;
 



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