Date: Tue, 26 Dec 2006 18:33:55 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c Message-ID: <200612261833.kBQIXuSs070797@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2006-12-26 18:33:55 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: After rev.1.169, the "interrupt" coalescing parameters are not used in bge_intr(). Some of them are used in bge_poll(). Simplify by only initializing these for polling mode and not toggling them when switching modes. This also fixes missing synchronization with the coalescing engine in the toggling. Revision Changes Path 1.172 +2 -8 src/sys/dev/bge/if_bge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612261833.kBQIXuSs070797>