freebsd-dev/sys/dev/ep
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_ep_eisa.c Simplify names. 2005-08-29 00:05:04 +00:00
if_ep_isa.c Make a pass and cleanup the printfs from this driver. 2005-07-01 05:31:23 +00:00
if_ep_mca.c Make a pass and cleanup the printfs from this driver. 2005-07-01 05:31:23 +00:00
if_ep_pccard.c MFp4: Migrate from CARD_CIS_SCAN to pccard_cis_scan 2005-09-13 19:56:07 +00:00
if_ep.c - Store pointer to the link-level address right in "struct ifnet" 2005-11-11 16:04:59 +00:00
if_epreg.h Add newer commands 2005-07-31 03:30:46 +00:00
if_epvar.h Spell destroy in a more traditional way 2005-07-19 22:26:44 +00:00