From owner-cvs-all Mon Dec 4 14:46:55 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 14:46:52 2000 Return-Path: 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 836F637B401; Mon, 4 Dec 2000 14:46:52 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4MkqP18085; Mon, 4 Dec 2000 14:46:52 -0800 (PST) (envelope-from wpaul) Message-Id: <200012042246.eB4MkqP18085@freefall.freebsd.org> From: Bill Paul Date: Mon, 4 Dec 2000 14:46:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/12/04 14:46:52 PST Modified files: sys/pci if_dc.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c Log: Initialize/grab the mutex earlier in the attach phase, so that bailing out to the fail: label where we release/destroy the mutex will work without exploding. Revision Changes Path 1.40 +5 -4 src/sys/pci/if_dc.c 1.14 +6 -6 src/sys/pci/if_pcn.c 1.52 +5 -5 src/sys/pci/if_rl.c 1.27 +4 -4 src/sys/pci/if_sf.c 1.26 +5 -5 src/sys/pci/if_sis.c 1.36 +5 -4 src/sys/pci/if_sk.c 1.21 +5 -4 src/sys/pci/if_ste.c 1.41 +5 -5 src/sys/pci/if_ti.c 1.60 +5 -5 src/sys/pci/if_tl.c 1.35 +5 -4 src/sys/pci/if_vr.c 1.36 +5 -5 src/sys/pci/if_wb.c 1.87 +5 -5 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message