From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:19:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A024216A4DF; Tue, 8 Aug 2006 09:19:25 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67ED843D49; Tue, 8 Aug 2006 09:19:25 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789JPWK069172; Tue, 8 Aug 2006 09:19:25 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789JP9U069171; Tue, 8 Aug 2006 09:19:25 GMT (envelope-from glebius) Message-Id: <200608080919.k789JP9U069171@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 8 Aug 2006 09:19:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 09:19:25 -0000 glebius 2006-08-08 09:19:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em if_em.c Log: Sync with HEAD. This includes the following changes in chronological order: o A significant performance improvements. The interrupt handler schedules work to a private taskqueue. The em_rxeof() function runs lockless. Rev. 1.98 - 1.101 by scottl. Rev. 1.103 by mux Rev. 1.106 by glebius, from Andrey V. Elsukov Rev. 1.116 by glebius o Style cleanups: - Rev. 1.102, 1.108, 1.109 by glebius - Rev. 1.124 by pdeuskar o Vendor merges: - Merged with vendor driver version 5.1.5 by Jack Vogel. Rev. 1.115 by glebius - Merged with vendor driver version 6.0.5 by Jack Vogel. Rev. 1.123 by glebius o Various fixes: - Invalid use of BUS_DMA_ALLOCNOW Rev. 1.104 by scott, 1.121 by yongari - Link state handling cleanup. Rev. 1.110 by glebius - Fix if_baudrate handling. Rev. 1.111 by glebius - Honor IFF_DRV_OACTIVE in em_start_locked(). Rev. 1.117 by yongari - Protect EEPROM access with the driver lock. Rev. 1.118 by yongari - Fix link flap on SIOCGIFADDR. Rev. 1.119 by yongari - Fix DMA map handling in em_encap(). Rev. 1.120,1.122 by yongari Revision Changes Path 1.65.2.17 +1587 -1443 src/sys/dev/em/if_em.c