History log of /freebsd-10-stable/sys/dev/ale/if_ale.c
Revision Date Author Comments
# 312362 18-Jan-2017 yongari

MFC r295735:
Fix variable assignment.


# 273357 20-Oct-2014 yongari

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.


# 264446 14-Apr-2014 yongari

MFC r260429:
m_defrag(9) does not touch original mbuf chain when it can't
allocate new mbuf. Free original mbuf chain when driver is not
able to send the packet.


# 273357 20-Oct-2014 yongari

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.


# 264446 14-Apr-2014 yongari

MFC r260429:
m_defrag(9) does not touch original mbuf chain when it can't
allocate new mbuf. Free original mbuf chain when driver is not
able to send the packet.