Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2009 22:06:40 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/cm smc90cx6.c smc90cx6var.h src/sys/dev/ep if_ep.c if_epvar.h src/sys/dev/fatm if_fatm.c if_fatmvar.h src/sys/dev/malo if_malo.c if_malo.h src/sys/dev/mwl if_mwl.c if_mwlvar.h src/sys/dev/sn if_sn.c if_snvar.h src/sys/dev/ste ...
Message-ID:  <200911192206.nAJM6x7f068656@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    sys/dev/cm           smc90cx6.c smc90cx6var.h 
    sys/dev/ep           if_ep.c if_epvar.h 
    sys/dev/fatm         if_fatm.c if_fatmvar.h 
    sys/dev/malo         if_malo.c if_malo.h 
    sys/dev/mwl          if_mwl.c if_mwlvar.h 
    sys/dev/sn           if_sn.c if_snvar.h 
    sys/dev/ste          if_ste.c if_stereg.h 
    sys/dev/ti           if_ti.c if_tireg.h 
    sys/dev/vx           if_vx.c if_vxvar.h 
  Log:
  SVN rev 199559 on 2009-11-19 22:06:40Z by jhb
  
  - Add a private timer to drive the transmit watchdog instead of using
    if_watchdog and if_timer.
  - Fix some issues in detach for sn(4), ste(4), and ti(4).  Primarily this
    means calling ether_ifdetach() before anything else.
  
  Revision  Changes    Path
  1.21      +15 -13    src/sys/dev/cm/smc90cx6.c
  1.6       +2 -0      src/sys/dev/cm/smc90cx6var.h
  1.155     +41 -18    src/sys/dev/ep/if_ep.c
  1.22      +3 -0      src/sys/dev/ep/if_epvar.h
  1.26      +10 -11    src/sys/dev/fatm/if_fatm.c
  1.7       +1 -0      src/sys/dev/fatm/if_fatmvar.h
  1.10      +17 -7     src/sys/dev/malo/if_malo.c
  1.4       +2 -0      src/sys/dev/malo/if_malo.h
  1.9       +18 -8     src/sys/dev/mwl/if_mwl.c
  1.4       +2 -0      src/sys/dev/mwl/if_mwlvar.h
  1.58      +37 -20    src/sys/dev/sn/if_sn.c
  1.12      +2 -0      src/sys/dev/sn/if_snvar.h
  1.4       +10 -11    src/sys/dev/ste/if_ste.c
  1.2       +1 -0      src/sys/dev/ste/if_stereg.h
  1.135     +22 -21    src/sys/dev/ti/if_ti.c
  1.38      +2 -0      src/sys/dev/ti/if_tireg.h
  1.62      +20 -13    src/sys/dev/vx/if_vx.c
  1.7       +2 -0      src/sys/dev/vx/if_vxvar.h



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