Date: Tue, 3 Jun 2008 20:40:33 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/xe if_xe.c if_xevar.h Message-ID: <200806032040.m53Ker4E015703@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-06-03 20:40:53 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe.c if_xevar.h Log: SVN rev 179527 on 2008-06-03 20:40:33Z by jhb - Change the watchdog timer logic to match other drivers that use their own timer by keeping a once-a-second timer running that decrements a counter similar to if_timer and reset the chip if it gets down to zero via the decrement. - Use IFQ_SET_MAXLEN(). Revision Changes Path 1.66 +16 -10 src/sys/dev/xe/if_xe.c 1.8 +1 -0 src/sys/dev/xe/if_xevar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806032040.m53Ker4E015703>