From owner-cvs-src@FreeBSD.ORG Tue Dec 14 09:13:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB89316A4CE; Tue, 14 Dec 2004 09:13:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E7DE43D5C; Tue, 14 Dec 2004 09:13:56 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBE9DuZN026995; Tue, 14 Dec 2004 09:13:56 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBE9DuQL026994; Tue, 14 Dec 2004 09:13:56 GMT (envelope-from bz) Message-Id: <200412140913.iBE9DuQL026994@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Tue, 14 Dec 2004 09:13:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/pci if_sk.c if_skreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 09:13:56 -0000 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