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; _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"