From owner-cvs-src@FreeBSD.ORG Fri Jul 4 19:07:01 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6D921065674; Fri, 4 Jul 2008 19:07:01 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 74EA18FC1A; Fri, 4 Jul 2008 19:07:01 +0000 (UTC) (envelope-from jhb@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 m64J711v058290; Fri, 4 Jul 2008 19:07:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m64J71nO058289; Fri, 4 Jul 2008 19:07:01 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200807041907.m64J71nO058289@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 4 Jul 2008 19:04:07 +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/cnw if_cnw.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 04 Jul 2008 19:07:01 -0000 jhb 2008-07-04 19:04:07 UTC FreeBSD src repository Modified files: sys/dev/cnw if_cnw.c Log: SVN rev 180260 on 2008-07-04 19:04:07Z by jhb Make cnw(4) MPSAFE: - Add a mutex to the softc and use it to lock the softc and device hardware. - Use a private timer to replace if_watchdog/if_timer. - Use if_printf() rather than if_xname. - Setup interrupt handler after ether_ifattach(). Revision Changes Path 1.28 +117 -76 src/sys/dev/cnw/if_cnw.c