From owner-cvs-all Thu Jan 25 19:18:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C745637B69D; Thu, 25 Jan 2001 19:18:17 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q3IHp32608; Thu, 25 Jan 2001 19:18:17 -0800 (PST) (envelope-from jhb) Message-Id: <200101260318.f0Q3IHp32608@freefall.freebsd.org> From: John Baldwin Date: Thu, 25 Jan 2001 19:18:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ichsmb ichsmb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/25 19:18:17 PST Modified files: sys/dev/ichsmb ichsmb.c Log: - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes and is going away soon anyways. Instead, don't pass MTX_RECURSE to mtx_init, so that WITNESS will panic if the driver mutex is recursed on. - Use MTX_DEF in mtx_init() instead of assuming that it will be 0. Revision Changes Path 1.3 +24 -24 src/sys/dev/ichsmb/ichsmb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message