cvs commit: src/sys/dev/utopia utopia.c utopia.h
Hartmut Brandt
harti at FreeBSD.org
Mon Jul 14 08:06:55 PDT 2003
harti 2003/07/14 08:06:54 PDT
FreeBSD src repository
Modified files:
sys/dev/utopia utopia.c utopia.h
Log:
Implement statistics for the PHY chips. Statistics are hold in
64-bit counters that wrap on overflow. They are collecte once per
second from the chips. Currently they can be retrieved via a sysctl phy_stats.
A write of an arbitrary value to the sysctl atomically retrieves the
statistics and clears them.
Revision Changes Path
1.3 +255 -4 src/sys/dev/utopia/utopia.c
1.3 +25 -0 src/sys/dev/utopia/utopia.h
More information about the cvs-src
mailing list