freebsd-dev/sys/contrib/dev
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
..
acpica This commit was generated by cvs2svn to compensate for changes in r152069, 2005-11-04 21:29:41 +00:00
ath Modify the alq(9) alq_open() API to accept a file creation mode, rather 2005-04-16 12:12:27 +00:00
nve Per a request from Nick Triantos of nVidia, nVidia's legal department asked 2005-09-11 17:50:20 +00:00
oltr - Store pointer to the link-level address right in "struct ifnet" 2005-11-11 16:04:59 +00:00