summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-04-19 17:49:59 +0000
committermarius <marius@FreeBSD.org>2011-04-19 17:49:59 +0000
commit2ac9648c294cc9f30b41241d80b36ccca4214e85 (patch)
tree05327d884ea0f45e284867ea07941db812e975f7
parent597ae9f19b6fef74ff11610f93edbbe7203826bc (diff)
downloadFreeBSD-src-2ac9648c294cc9f30b41241d80b36ccca4214e85.zip
FreeBSD-src-2ac9648c294cc9f30b41241d80b36ccca4214e85.tar.gz
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
-rw-r--r--sys/dev/bxe/if_bxe.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/bxe/if_bxe.h b/sys/dev/bxe/if_bxe.h
index a551efd..e1d6e46 100644
--- a/sys/dev/bxe/if_bxe.h
+++ b/sys/dev/bxe/if_bxe.h
@@ -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;
OpenPOWER on IntegriCloud