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

John Baldwin jhb at FreeBSD.org
Tue Apr 29 19:47:15 UTC 2008


jhb         2008-04-29 19:47:13 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
    sys/dev/mii          brgphy.c brgphyreg.h miidevs 
  Log:
  Add support for the BCM5906[M] adapters.  These adapters only support
  10/100 operation and place the mailbox registers at a different offset.
  They also do not have an EEPROM, so the MAC address must be read from
  NVRAM instead.
  
  MFC after:      1 month
  PR:             kern/118975
  Submitted by:   benjsc, Thomas Nyström  thn at saeab dot se
  Submitted by:   sephe (original patch for DragonflyBSD)
  
  Revision  Changes    Path
  1.208     +268 -59   src/sys/dev/bge/if_bge.c
  1.78      +69 -0     src/sys/dev/bge/if_bgereg.h
  1.74      +11 -2     src/sys/dev/mii/brgphy.c
  1.11      +1 -0      src/sys/dev/mii/brgphyreg.h
  1.54      +2 -0      src/sys/dev/mii/miidevs


More information about the cvs-src mailing list