diff options
author | 2005-11-14 16:04:15 +0000 | |
---|---|---|
committer | 2005-11-14 16:04:15 +0000 | |
commit | 9f0b83b70e8ec8a2b08c3652bb8d0f1b35e2a2fc (patch) | |
tree | d76ed674641d0f1d462ec9b188146b16c2a875da /sys/dev/pci/if_em.c | |
parent | remove unused em_print_debug_info() function. (diff) | |
download | wireguard-openbsd-9f0b83b70e8ec8a2b08c3652bb8d0f1b35e2a2fc.tar.xz wireguard-openbsd-9f0b83b70e8ec8a2b08c3652bb8d0f1b35e2a2fc.zip |
re-add comment which is still valid for em_print_hw_stats().
Diffstat (limited to 'sys/dev/pci/if_em.c')
-rw-r--r-- | sys/dev/pci/if_em.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/pci/if_em.c b/sys/dev/pci/if_em.c index 6900002bda3..aa9948c6ae0 100644 --- a/sys/dev/pci/if_em.c +++ b/sys/dev/pci/if_em.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_em.c,v 1.87 2005/11/14 16:00:08 brad Exp $ */ +/* $OpenBSD: if_em.c,v 1.88 2005/11/14 16:04:15 brad Exp $ */ /* $FreeBSD: if_em.c,v 1.46 2004/09/29 18:28:28 mlaier Exp $ */ #include <dev/pci/if_em.h> @@ -2758,6 +2758,13 @@ em_update_stats_counters(struct em_softc *sc) sc->watchdog_events; } +/********************************************************************** + * + * This routine is called only when em_display_debug_stats is enabled. + * This routine provides a way to take a look at important statistics + * maintained by the driver and hardware. + * + **********************************************************************/ void em_print_hw_stats(struct em_softc *sc) { |