freebsd-skq/sys/dev/al_eth
glebius a0e94fa30a 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
al_eth.h
al_init_eth_kr.c
al_init_eth_kr.h
al_init_eth_lm.c
al_init_eth_lm.h