freebsd-dev/sys/dev/al_eth
Gleb Smirnoff 57d361630d Convert to if_foreach_llmaddr() KPI.
This driver seems to have a bug.  The bug was carefully saved during
conversion.  In the al_eth_mac_table_unicast_add() the argument 'addr',
which is the actual address is unused.  So, the function is called as
many times as we have addresses, but with the exactly same argument
list.  This doesn't make any sense, but was preserved.
2019-10-21 18:05:43 +00:00
..
al_eth.c Convert to if_foreach_llmaddr() KPI. 2019-10-21 18:05:43 +00:00
al_eth.h
al_init_eth_kr.c
al_init_eth_kr.h
al_init_eth_lm.c
al_init_eth_lm.h