Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2008 00:55:48 +0000 (UTC)
From:      Coleman Kane <cokane@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h
Message-ID:  <200806030055.m530tqVF044140@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cokane      2008-06-03 00:55:52 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/if_ndis      if_ndis.c if_ndisvar.h 
  Log:
  SVN rev 179498 on 2008-06-03 00:55:48Z by cokane
  
  Update if_ndis to remove the legacy if_watchdog interface and
  bring it more up to date. The watchdog timer, and its
  associated code, is all collapsed into the ndis_tick function
  that was implemented for the NDIS-subsystem watchdog. This
  implementation is similar to what numerous other drivers use
  to implement the watchdog.
  
  Reviewed by:    thompsa, jhb
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.141     +31 -44    src/sys/dev/if_ndis/if_ndis.c
  1.32      +2 -0      src/sys/dev/if_ndis/if_ndisvar.h



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