cvs commit: src/sys/dev/ed if_ed.c if_ed_pccard.c if_edreg.h if_edvar.h

Warner Losh imp at FreeBSD.org
Tue Sep 13 12:47:45 PDT 2005


imp         2005-09-13 19:47:44 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed.c if_ed_pccard.c if_edreg.h 
                         if_edvar.h 
  Log:
  MFp4: Omnibus ed changes
  
  o Attach AX88x90's MII bus to system, and require its presence.
  o Reorg the mii code a little, and move more of it into pccard attachment.
  o Eliminate ed_pccard_{read,write}_attrmem in favor of a more appropriate
    function in the pccard layer.
  o Update comments to reflect knowledge gained.
  o Update how re recognize a NE-2000 ROM.  I found a couple of different
    datasheets that define the structure of the PROM data, so the code's
    old heuristics have been removed, and comments updated to reflect the
    structure.
  o Eliminate work around for EC2T.  It is no longer needed, and was wrong
    headed since the EC2T has a Winbound 82C926C in it, not a AX88x90.
  o Add copyright to if_ed_pccard.c, since I believe I've re-written more than
    3/4 of it.
  
  # With these changes, all of my 20-odd ed based cards work, except for the
  # NetGear FA-410, and I'm pretty sure that's a MII/PHY problem.
  
  Revision  Changes    Path
  1.260     +0 -37     src/sys/dev/ed/if_ed.c
  1.98      +267 -138  src/sys/dev/ed/if_ed_pccard.c
  1.39      +18 -21    src/sys/dev/ed/if_edreg.h
  1.36      +0 -2      src/sys/dev/ed/if_edvar.h


More information about the cvs-all mailing list