From owner-cvs-all@FreeBSD.ORG Thu Oct 20 09:55:50 2005 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 808D216A41F; Thu, 20 Oct 2005 09:55:50 +0000 (GMT) (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 3815B43D62; Thu, 20 Oct 2005 09:55:50 +0000 (GMT) (envelope-from glebius@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 j9K9tn6Z079959; Thu, 20 Oct 2005 09:55:50 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9K9tndJ079958; Thu, 20 Oct 2005 09:55:49 GMT (envelope-from glebius) Message-Id: <200510200955.j9K9tndJ079958@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 20 Oct 2005 09:55:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c if_em.h 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: Thu, 20 Oct 2005 09:55:50 -0000 glebius 2005-10-20 09:55:49 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h Log: Some more minor cleanups of em(4) driver: - Destroy mutex in case of attach failure. [1] - Lock properly em_watchdog(). [1] - Lock properly em_sysctl_int_delay(). [1] - Remove unused global adapter linked list. - Remove unused dma_size field from struct em_dma_alloc. - Do not touch interface statistics, that must be edited only by upper layers. [1] Submitted by: yongari [1] Revision Changes Path 1.81 +10 -33 src/sys/dev/em/if_em.c 1.35 +0 -3 src/sys/dev/em/if_em.h