cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h
Oleg Bulyzhin
oleg at FreeBSD.org
Tue Jan 17 15:02:00 PST 2006
oleg 2006-01-17 23:01:58 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c if_bgereg.h
Log:
- Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc)
as input/output interface errors.
- Keep values of rx/tx discards & tx collisions inside struct bge_softc.
So we can keep statistic across ifconfig down/up runs (cause bringing
bge up will reset chip).
Approved by: glebius (mentor)
MFC after: 1 week
Revision Changes Path
1.114 +30 -29 src/sys/dev/bge/if_bge.c
1.44 +3 -0 src/sys/dev/bge/if_bgereg.h
More information about the cvs-src
mailing list