Date: Mon, 19 Jan 2004 10:56:31 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/ndis kern_ndis.c Message-ID: <200401191856.i0JIuV7T000556@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2004/01/19 10:56:31 PST FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c Log: Eliminate some code duplication: since ndis_runq() and ndis_intq() were basically the same function, compact them into a single loop which can be used for both threads. Revision Changes Path 1.31 +48 -79 src/sys/compat/ndis/kern_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401191856.i0JIuV7T000556>