Date: Tue, 2 Nov 2010 22:59:45 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h Message-ID: <201011022259.oA2Mxsfi025530@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-11-02 22:59:45 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/bge if_bge.c if_bgereg.h
Log:
SVN rev 214699 on 2010-11-02 22:59:45Z by yongari
MFC r213283,213410:
r213283:
Implement hardware MAC statistics for BCM5705 or newer Broadcom
controllers. bge(4) exported MAC statistics on controllers that
maintain the statistics in the NIC's internal memory. Newer
controllers require register access to fetch these values. These
counters provide useful information to diagnose driver issues.
r213410:
Consistently use ifHCOutOctets/ifHCInOctets instead of Octets as
these names are used in data sheet. Also use UnicastPkts,
MulticastPkts and BroadcastPkts instead of UcastPkts, McastPkts
and BcastPkts to clarify its meaning.
Suggested by: bde
Revision Changes Path
1.198.2.52 +251 -18 src/sys/dev/bge/if_bge.c
1.73.2.24 +92 -35 src/sys/dev/bge/if_bgereg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011022259.oA2Mxsfi025530>
