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

Warner Losh imp at FreeBSD.org
Sun Jun 26 04:19:46 GMT 2005


imp         2005-06-26 04:19:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ep           if_ep.c if_ep_isa.c if_ep_pccard.c 
                         if_epvar.h 
  Log:
  o When calling ep_get_macaddr(), provide it a local buffer.  Add a comment
    that says why we do this (or rather, explains that it is some voodoo magic
    that's poorly understood).  The local buffer fixes the crash on attach.
  o Rename get_e() to ep_get_e() to avoid namespace pollution.
  
  Submitted by: mux
  Approved by: re (scottl)
  
  Revision  Changes    Path
  1.138     +4 -4      src/sys/dev/ep/if_ep.c
  1.27      +2 -2      src/sys/dev/ep/if_ep_isa.c
  1.45      +15 -12    src/sys/dev/ep/if_ep_pccard.c
  1.17      +1 -1      src/sys/dev/ep/if_epvar.h


More information about the cvs-all mailing list