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