freebsd-dev/sys/dev/vx
Ruslan Ermilov 4a0d6638b3 - Store pointer to the link-level address right in "struct ifnet"
rather than in ifindex_table[]; all (except one) accesses are
  through ifp anyway.  IF_LLADDR() works faster, and all (except
  one) ifaddr_byindex() users were converted to use ifp->if_addr.

- Stop storing a (pointer to) Ethernet address in "struct arpcom",
  and drop the IFP2ENADDR() macro; all users have been converted
  to use IF_LLADDR() instead.
2005-11-11 16:04:59 +00:00
..
if_vx_eisa.c Fix another edge case I just noticed when committing the previous changes: 2005-10-06 18:41:31 +00:00
if_vx_pci.c Fix another edge case I just noticed when committing the previous changes: 2005-10-06 18:41:31 +00:00
if_vx.c - Store pointer to the link-level address right in "struct ifnet" 2005-11-11 16:04:59 +00:00
if_vxreg.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
if_vxvar.h Rototill vx(4), add locking, and mark MPSAFE: 2005-10-06 18:27:59 +00:00