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

Mark Murray markm at FreeBSD.org
Thu Jul 17 12:37:58 PDT 2003


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


More information about the cvs-src mailing list