1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/dev/fxp
Luigi Rizzo 41aa0ba271 Fix if_timer logic so that there is always a timeout pending if there
are packets queued for transmission.

This driver is strange -- it never sets IFF_OACTIVE, so all
transmissions always cause a call to fxp_start. However, if the
link gets stuck, there was nothing to reset it, so there was still
a possibility of lockups.

MFC after: 3 days
2002-06-30 22:28:00 +00:00
..
if_fxp.c Fix if_timer logic so that there is always a timeout pending if there 2002-06-30 22:28:00 +00:00
if_fxpreg.h
if_fxpvar.h
rcvbundl.h