Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 2004 14:59:41 -0700 (PDT)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_ethersubr.c if_fddisubr.c if_iso88025subr.c
Message-ID:  <200404242159.i3OLxf1s026357@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2004/04/24 14:59:41 PDT

  FreeBSD src repository

  Modified files:
    sys/net              if_ethersubr.c if_fddisubr.c 
                         if_iso88025subr.c 
  Log:
  arpcom untangling:
   - use ifp instead if &ac->ac_if in a couple of nd6* calls;
     this removes a useless dependency.
  
   - use IFP2AC(ifp) instead of an extra variable to point to the struct arpcom;
     this does not remove the nesting dependency between arpcom and ifnet but
     makes it more evident.
  
  Revision  Changes    Path
  1.168     +3 -4      src/sys/net/if_ethersubr.c
  1.93      +2 -3      src/sys/net/if_fddisubr.c
  1.63      +2 -3      src/sys/net/if_iso88025subr.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404242159.i3OLxf1s026357>