From owner-cvs-src@FreeBSD.ORG Fri Sep 3 16:41:42 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 4DA9816A4CE; Fri, 3 Sep 2004 16:41:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E7C643D39; Fri, 3 Sep 2004 16:41:42 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i83Gfga2044540; Fri, 3 Sep 2004 16:41:42 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i83GfgXO044539; Fri, 3 Sep 2004 16:41:42 GMT (envelope-from jmg) Message-Id: <200409031641.i83GfgXO044539@repoman.freebsd.org> From: John-Mark Gurney Date: Fri, 3 Sep 2004 16:41:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/re if_re.c 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: Fri, 03 Sep 2004 16:41:42 -0000 jmg 2004-09-03 16:41:42 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: merge in if_rl locking because if_re was originally based upon if_rl. This essentially merges revs 1.143-1.1445 of sys/pci/if_rl.c. This now marks the interrupt MPSAFE along with making the mutex non-recursive. Looked over by: bms Revision Changes Path 1.30 +135 -84 src/sys/dev/re/if_re.c