cvs commit: src/sys/net if.c if_var.h

Robert Watson rwatson at FreeBSD.org
Sat Oct 30 02:39:14 PDT 2004


rwatson     2004-10-30 09:39:14 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if.c if_var.h 
  Log:
  Move if_handoff() from an inline in if_var.h to a function to if.c
  in orden to harden the ABI for 5.x; this will permit us to modify
  the locking in the ifnet packet dispatch without requiring drivers
  to be recompiled.
  
  MFC after:      3 days
  Discussed at:   EuroBSDCon Developer's Summit
  
  Revision  Changes    Path
  1.211     +25 -0     src/sys/net/if.c
  1.88      +2 -24     src/sys/net/if_var.h


More information about the cvs-src mailing list