freebsd-dev/sys/dev/ed
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
..
ax88x90reg.h MFp4: 2005-10-05 05:21:07 +00:00
dl100xxreg.h MFp4: 2005-10-05 05:21:07 +00:00
if_ed98.h Remove ifdef PC98. 2005-04-13 13:02:58 +00:00
if_ed_3c503.c Finish conversion to bus space and make ed MP safe. 2005-08-28 23:56:25 +00:00
if_ed_cbus.c Make device_detach methods really work. 2005-09-14 19:03:14 +00:00
if_ed_hpp.c Finish conversion to bus space and make ed MP safe. 2005-08-28 23:56:25 +00:00
if_ed_isa.c Add missing softc 2005-10-22 07:43:20 +00:00
if_ed_novell.c o Expose ed_probe_Novel_generic, it is useful for pccard case. 2005-09-07 03:20:33 +00:00
if_ed_pccard.c Add Billionton LNA-100B variation that Alan reported in arch. [1] 2005-10-29 03:49:44 +00:00
if_ed_pci.c If we can't probe the RTL80x9 for some reason, fall back to probing it 2005-10-13 22:12:34 +00:00
if_ed_rtl80x9.c In the ISA case, we call ed_probe_WD80x3 before we call 2005-10-22 05:14:18 +00:00
if_ed_sic.c Finish conversion to bus space and make ed MP safe. 2005-08-28 23:56:25 +00:00
if_ed_wd80x3.c Finish conversion to bus space and make ed MP safe. 2005-08-28 23:56:25 +00:00
if_ed.c - Store pointer to the link-level address right in "struct ifnet" 2005-11-11 16:04:59 +00:00
if_edreg.h MFp4: 2005-10-05 05:21:07 +00:00
if_edvar.h MFp4: 2005-10-05 05:21:07 +00:00
rtl80x9reg.h MFp4: 2005-10-05 05:21:07 +00:00
tc5299jreg.h MFp4: 2005-10-05 05:21:07 +00:00