cvs commit: src/sys/pci if_sk.c if_skreg.h
Bjoern A. Zeeb
bz at FreeBSD.org
Tue Dec 14 01:13:56 PST 2004
bz 2004-12-14 09:13:55 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/pci if_sk.c if_skreg.h
Log:
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)
Revision Changes Path
1.83.2.4 +25 -13 src/sys/pci/if_sk.c
1.20.2.3 +1 -0 src/sys/pci/if_skreg.h
More information about the cvs-all
mailing list