From owner-cvs-all@FreeBSD.ORG Fri Jun 13 00:48:26 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D20D106564A; Fri, 13 Jun 2008 00:48:26 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D0E08FC14; Fri, 13 Jun 2008 00:48:26 +0000 (UTC) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5D0mQqg051051; Fri, 13 Jun 2008 00:48:26 GMT (envelope-from benno@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5D0mPfl051050; Fri, 13 Jun 2008 00:48:25 GMT (envelope-from benno@repoman.freebsd.org) Message-Id: <200806130048.m5D0mPfl051050@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to benno@repoman.freebsd.org using -f From: Benno Rice Date: Fri, 13 Jun 2008 00:48:09 +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/smc if_smc.c if_smcvar.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: Fri, 13 Jun 2008 00:48:26 -0000 benno 2008-06-13 00:48:09 UTC FreeBSD src repository Modified files: sys/dev/smc if_smc.c if_smcvar.h Log: SVN rev 179770 on 2008-06-13 00:48:09Z by benno Use callout_init_mtx to simplify locking somewhat. While we're here, rearrange some operations in smc_detach to remove the need for the smc_shutdown variable. Suggested by: jhb Revision Changes Path 1.5 +18 -34 src/sys/dev/smc/if_smc.c 1.5 +0 -1 src/sys/dev/smc/if_smcvar.h