Date: Tue, 14 Dec 2004 09:13:55 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sk.c if_skreg.h Message-ID: <200412140913.iBE9DuQL026994@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412140913.iBE9DuQL026994>