cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h
Coleman Kane
cokane at FreeBSD.org
Tue Jun 3 00:55:52 UTC 2008
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
More information about the cvs-src
mailing list