svn commit: r220862 - head/sys/dev/bxe

Marius Strobl marius at FreeBSD.org
Tue Apr 19 17:49:59 UTC 2011


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;
 


More information about the svn-src-head mailing list