freebsd-dev/sys/dev/an
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_aironet_ieee.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
if_an_isa.c Minor style nits. 2005-08-03 15:07:14 +00:00
if_an_pccard.c MFp4: Remove OLDCARD shims 2005-09-22 04:51:11 +00:00
if_an_pci.c Use BUS_PROBE_DEFAULT for pci probe return value 2005-03-05 19:06:12 +00:00
if_an.c - Store pointer to the link-level address right in "struct ifnet" 2005-11-11 16:04:59 +00:00
if_anreg.h Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00