Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2009 22:14:23 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/lge if_lge.c if_lgereg.h src/sys/dev/nve if_nve.c if_nvereg.h src/sys/dev/pcn if_pcn.c if_pcnreg.h src/sys/dev/tl if_tl.c if_tlreg.h src/sys/dev/wb if_wb.c if_wbreg.h
Message-ID:  <200911192214.nAJMEb9w070642@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-11-19 22:14:23 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/lge          if_lge.c if_lgereg.h 
    sys/dev/nve          if_nve.c if_nvereg.h 
    sys/dev/pcn          if_pcn.c if_pcnreg.h 
    sys/dev/tl           if_tl.c if_tlreg.h 
    sys/dev/wb           if_wb.c if_wbreg.h 
  Log:
  SVN rev 199560 on 2009-11-19 22:14:23Z by jhb
  
  - Hook into the existing stat timer to drive the transmit watchdog instead
    of using if_watchdog and if_timer.
  - Reorder detach to call ether_ifdetach() before anything else in tl(4)
    and wb(4).
  
  Revision  Changes    Path
  1.56      +12 -14    src/sys/dev/lge/if_lge.c
  1.10      +1 -0      src/sys/dev/lge/if_lgereg.h
  1.34      +12 -16    src/sys/dev/nve/if_nve.c
  1.10      +1 -0      src/sys/dev/nve/if_nvereg.h
  1.5       +10 -15    src/sys/dev/pcn/if_pcn.c
  1.2       +1 -0      src/sys/dev/pcn/if_pcnreg.h
  1.5       +12 -11    src/sys/dev/tl/if_tl.c
  1.3       +1 -0      src/sys/dev/tl/if_tlreg.h
  1.5       +14 -15    src/sys/dev/wb/if_wb.c
  1.3       +1 -0      src/sys/dev/wb/if_wbreg.h



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