Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2009 20:07:16 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/msk if_msk.c
Message-ID:  <200911062007.nA6K7XpF062344@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-11-06 20:07:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/msk          if_msk.c 
  Log:
  SVN rev 198999 on 2009-11-06 20:07:16Z by jhb
  
  Take a step towards removing if_watchdog/if_timer.  Don't explicitly set
  if_watchdog/if_timer to NULL/0 when initializing an ifnet.  if_alloc()
  sets those members to NULL/0 already.
  
  (Missed this driver in the earlier commit.)
  
  Revision  Changes    Path
  1.74      +0 -2      src/sys/dev/msk/if_msk.c



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