Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2000 11:35:57 -0700 (PDT)
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_stereg.h if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c
Message-ID:  <200010131835.LAA19874@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010131835.LAA19874>