From owner-cvs-all Tue Jan 9 7: 2: 5 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 A5FE837B400; Tue, 9 Jan 2001 07:01:43 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09F1he04210; Tue, 9 Jan 2001 07:01:43 -0800 (PST) (envelope-from jlemon) Message-Id: <200101091501.f09F1he04210@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 9 Jan 2001 07:01:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1/ifpi i4b_ifpi_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/01/09 07:01:43 PST Modified files: sys/i4b/layer1/ifpi i4b_ifpi_pci.c Log: Move the mutex initialization from avma1pp_bchannel_setup into avma1pp_attach_avma1pp, since the former may be called multiple times and we only want to initialize the mutex once. Submitted by: Thomas Moestl Revision Changes Path 1.5 +10 -3 src/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message