Date: Mon, 4 Dec 2000 14:46:52 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> 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 Message-ID: <200012042246.eB4MkqP18085@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012042246.eB4MkqP18085>