cvs commit: src/sys/dev/ep if_ep.c if_ep_isa.c if_ep_pccard.c if_epreg.h if_epvar.h

Warner Losh imp at FreeBSD.org
Sat Oct 18 08:22:44 PDT 2003


imp         2003/10/18 08:22:43 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/ep           if_ep.c if_ep_isa.c if_ep_pccard.c 
                         if_epreg.h if_epvar.h 
  Log:
  Transition to using bus_space macros rather than the inb/outb/etc.
  Use EP_{READ,WRITE}{,_MULTI}_{1,2,4} instead.  I've had several people
  submit patches like this over the years of varying qualities, markm
  being the last.  The names were chosen in consulation with mdodd on
  irc.
  
  I've tested this with only PCMCIA cards: 3CCE589EC and 3CCSH572BT.
  I've not tried with my more extensive ISA, EISA and cbus collection.
  
  Reviewed by: mdodd
  
  Revision  Changes    Path
  1.122     +97 -99    src/sys/dev/ep/if_ep.c
  1.21      +1 -1      src/sys/dev/ep/if_ep_isa.c
  1.32      +20 -14    src/sys/dev/ep/if_ep_pccard.c
  1.32      +4 -9      src/sys/dev/ep/if_epreg.h
  1.9       +21 -4     src/sys/dev/ep/if_epvar.h


More information about the cvs-src mailing list