freebsd-dev/sys/contrib/dev/oltr
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
..
COPYRIGHT
i386-elf.trlld.o.uu
if_oltr_isa.c - Split out PCI support. 2005-02-03 23:01:01 +00:00
if_oltr_pci.c In detach method, move if_free() after bus_teardown_intr(). 2005-10-13 21:11:20 +00:00
if_oltr.c - Store pointer to the link-level address right in "struct ifnet" 2005-11-11 16:04:59 +00:00
if_oltrvar.h Stop embedding struct ifnet at the top of driver softcs. Instead the 2005-06-10 16:49:24 +00:00
trlld.h
trlldbm.c
trlldhm.c
trlldmac.c