diff options
author | yongari <yongari@FreeBSD.org> | 2014-10-21 01:14:56 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2014-10-21 01:14:56 +0000 |
commit | b037cdf3edae39499298835319250b3abfab76c4 (patch) | |
tree | 5f9f05bfbd6ecc2c65c45eb9754d552d93e6ef4b /sys/dev/ale/if_alereg.h | |
parent | 96f65a33d2b2f0e5710a0bc6e76d4388e81ca0db (diff) | |
download | FreeBSD-src-b037cdf3edae39499298835319250b3abfab76c4.zip FreeBSD-src-b037cdf3edae39499298835319250b3abfab76c4.tar.gz |
MFC r272721:
Fix a long standing bug in MAC statistics register access. One
additional register was erroneously added in the MAC register set
such that 7 TX statistics counters were wrong.
Diffstat (limited to 'sys/dev/ale/if_alereg.h')
-rw-r--r-- | sys/dev/ale/if_alereg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ale/if_alereg.h b/sys/dev/ale/if_alereg.h index 445af99..5804c53 100644 --- a/sys/dev/ale/if_alereg.h +++ b/sys/dev/ale/if_alereg.h @@ -605,7 +605,6 @@ struct smb { uint32_t tx_multi_colls; uint32_t tx_late_colls; uint32_t tx_excess_colls; - uint32_t tx_abort; uint32_t tx_underrun; uint32_t tx_desc_underrun; uint32_t tx_lenerrs; |