K 10 svn:author V 2 bz K 8 svn:date V 27 2004-12-14T09:13:55.000000Z K 7 svn:log V 937 MFC: if_sk.c rev. 1.87 (partly) date: 2004/11/01 17:21:04; author: obrien * Correct an off-by-one reading vpd ro data. if_sk.c rev. 1.90 date: 2004/11/15 19:37:21; author: jmg if_skreg.h rev. 1.24 date: 2004/11/15 19:37:21; author: jmg fix the missing lock in sk_jfree (verified w/ an assert) also fix up handling and proding of the tx, _OACTIVE is now handled better... if_sk.c rev. 1.91 date: 2004/11/15 22:24:32; author: jmg move the lock after the NULL check so we don't have a hard(er) to diagnose panic... if_sk.c rev. 1.92 date: 2004/11/17 21:35:22; author: jmg only clear the IFF_OACTIVE flag when we have a chance of being able to queue a packet to the hardware... instead of when the hardware queue is empty.. don't initalize cur_tx now that it doesn't need to be... Approved by: pjd (mentor) END