Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2000 10:54:22 -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_dcreg.h if_pcn.c if_pcnreg.h if_rl.c if_rlreg.h if_sf.c if_sfreg.h if_sis.c if_sisreg.h if_sk.c if_skreg.h if_ti.c if_tireg.h if_tl.c if_tlreg.h if_vr.c if_vrreg.h if_wb.c if_wbreg.h if_xl.c if_xlreg.h
Message-ID:  <200010131754.KAA51561@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2000/10/13 10:54:22 PDT

  Modified files:
    sys/pci              if_dc.c if_dcreg.h if_pcn.c if_pcnreg.h 
                         if_rl.c if_rlreg.h if_sf.c if_sfreg.h 
                         if_sis.c if_sisreg.h if_sk.c if_skreg.h 
                         if_ti.c if_tireg.h if_tl.c if_tlreg.h 
                         if_vr.c if_vrreg.h if_wb.c if_wbreg.h 
                         if_xl.c if_xlreg.h 
  Log:
  First round of converting network drivers from spls to mutexes. This
  takes care of all the 10/100 and gigE PCI drivers that I've done.
  Next will be the wireless drivers, then the USB ones. I may pick up
  some stragglers along the way. I'm sort of playing this by ear: if
  anyone spots any places where I've screwed up horribly, please let me
  know.
  
  Revision  Changes    Path
  1.25      +51 -33    src/sys/pci/if_dc.c
  1.13      +6 -1      src/sys/pci/if_dcreg.h
  1.8       +45 -23    src/sys/pci/if_pcn.c
  1.5       +5 -1      src/sys/pci/if_pcnreg.h
  1.45      +50 -33    src/sys/pci/if_rl.c
  1.15      +5 -1      src/sys/pci/if_rlreg.h
  1.24      +47 -27    src/sys/pci/if_sf.c
  1.7       +6 -1      src/sys/pci/if_sfreg.h
  1.22      +43 -24    src/sys/pci/if_sis.c
  1.4       +5 -1      src/sys/pci/if_sisreg.h
  1.29      +54 -24    src/sys/pci/if_sk.c
  1.14      +7 -1      src/sys/pci/if_skreg.h
  1.36      +33 -20    src/sys/pci/if_ti.c
  1.21      +5 -1      src/sys/pci/if_tireg.h
  1.56      +38 -25    src/sys/pci/if_tl.c
  1.16      +5 -1      src/sys/pci/if_tlreg.h
  1.32      +47 -31    src/sys/pci/if_vr.c
  1.9       +5 -1      src/sys/pci/if_vrreg.h
  1.32      +44 -31    src/sys/pci/if_wb.c
  1.8       +5 -1      src/sys/pci/if_wbreg.h
  1.78      +64 -25    src/sys/pci/if_xl.c
  1.27      +5 -1      src/sys/pci/if_xlreg.h



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?200010131754.KAA51561>