From owner-cvs-all Fri Oct 13 11:36: 1 2000 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 D913637B66F; Fri, 13 Oct 2000 11:35:57 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA19874; Fri, 13 Oct 2000 11:35:57 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200010131835.LAA19874@freefall.freebsd.org> From: Bill Paul Date: Fri, 13 Oct 2000 11:35:57 -0700 (PDT) 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_stereg.h 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/10/13 11:35:56 PDT 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_stereg.h if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c Log: Use device_get_nameunit(dev) as the mutex string when calling mtx_init() instead of hard-coded string constant. Also remember to do the mutex changes to the ste driver, which I forgot in the first commit. Revision Changes Path 1.26 +3 -3 src/sys/pci/if_dc.c 1.9 +5 -4 src/sys/pci/if_pcn.c 1.46 +3 -3 src/sys/pci/if_rl.c 1.25 +3 -3 src/sys/pci/if_sf.c 1.23 +3 -3 src/sys/pci/if_sis.c 1.30 +3 -3 src/sys/pci/if_sk.c 1.19 +50 -34 src/sys/pci/if_ste.c 1.6 +5 -1 src/sys/pci/if_stereg.h 1.37 +3 -3 src/sys/pci/if_ti.c 1.57 +3 -3 src/sys/pci/if_tl.c 1.33 +3 -3 src/sys/pci/if_vr.c 1.33 +3 -3 src/sys/pci/if_wb.c 1.79 +3 -3 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message