cvs commit: src/sys/dev/cp if_cp.c src/sys/dev/cx if_cx.c src/sys/dev/ctau if_ct.c

Roman Kurakin rik at FreeBSD.org
Mon Dec 13 14:07:24 PST 2004


rik         2004-12-13 22:07:23 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cp           if_cp.c 
    sys/dev/cx           if_cx.c 
    sys/dev/ctau         if_ct.c 
  Log:
  Make code MPSAFE.
  
  You could turn this off by debug.mpsafenet=0 for full network
  stack or via debug.{cp|cx|ctau}.mpsafenet for cp(4), cx(4) and
  ctau(4) accordingly.
  
  MFC after:      10 days
  
  Revision  Changes    Path
  1.16      +259 -68   src/sys/dev/cp/if_cp.c
  1.19      +213 -47   src/sys/dev/ctau/if_ct.c
  1.37      +296 -66   src/sys/dev/cx/if_cx.c


More information about the cvs-all mailing list