K 10 svn:author V 5 wpaul K 8 svn:date V 27 2004-01-07T06:15:56.000000Z K 7 svn:log V 456 In subr_ndis.c: correct ndis_interlock_inc() and ndis_interlock_dec() so we increment the right thing. (All work and not enough parens make Bill something something...) This makes the RealTek 8139C+ driver work correctly. Also fix some mtx_lock_spin()s and mtx_unlock_spin()s that should have been just plain mtx_lock()s and mtx_unlock()s. In kern_ndis.c: remove duplicate code from ndis_send_packets() and just call the senddone handler (ndis_txeof()). END