Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2003 12:37:56 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ep if_ep.c if_ep_eisa.c if_ep_isa.c if_ep_mca.c if_ep_pccard.c if_epreg.h if_epvar.h
Message-ID:  <200307171937.h6HJbvIV013435@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       2003/07/17 12:37:56 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/ep           if_ep.c if_ep_eisa.c if_ep_isa.c 
                         if_ep_mca.c if_ep_pccard.c if_epreg.h 
                         if_epvar.h 
  Log:
  Style(9) cleanup. There was no consistent style in this driver, and
  The next round of commits will be to fix up locking in it. This lot
  is to at least give a consistent base to work off.
  
  OK'ed by:       imp, mdodd
  
  Revision  Changes    Path
  1.118     +526 -573  src/sys/dev/ep/if_ep.c
  1.24      +75 -88    src/sys/dev/ep/if_ep_eisa.c
  1.18      +109 -129  src/sys/dev/ep/if_ep_isa.c
  1.5       +25 -27    src/sys/dev/ep/if_ep_mca.c
  1.29      +48 -51    src/sys/dev/ep/if_ep_pccard.c
  1.31      +29 -26    src/sys/dev/ep/if_epreg.h
  1.8       +35 -35    src/sys/dev/ep/if_epvar.h



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