cvs commit: src/sys/dev/mii brgphy.c miidevs src/sys/dev/bge if_bge.c if_bgereg.h

Paul Saab ps at FreeBSD.org
Fri Sep 24 15:24:34 PDT 2004


ps          2004-09-24 22:24:33 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mii          brgphy.c miidevs 
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  Add support for the BCM5750/5751.  Unfortunately the documentation
  I have from Broadcom does not give much information on these devices,
  so the Broadcom Linux driver was used for clues to what these chips
  support.  It turns out they are similar to the 5705 with the 5751
  being the PCI-Express version and needing special work-arounds and
  settings.
  
  Revision  Changes    Path
  1.74      +121 -38   src/sys/dev/bge/if_bge.c
  1.29      +11 -0     src/sys/dev/bge/if_bgereg.h
  1.32      +33 -0     src/sys/dev/mii/brgphy.c
  1.29      +1 -0      src/sys/dev/mii/miidevs


More information about the cvs-src mailing list