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

Jung-uk Kim jkim at FreeBSD.org
Wed Mar 21 23:07:33 UTC 2007


On Wednesday 21 March 2007 06:53 pm, Jung-uk Kim wrote:
> jkim        2007-03-21 22:53:22 UTC
>
>   FreeBSD src repository
>
>   Modified files:        (Branch: RELENG_6)
>     sys/dev/bge          if_bge.c if_bgereg.h
>     sys/dev/mii          brgphy.c brgphyreg.h miidevs
>   Log:
>   MFC: Sync bge(4) with -CURRENT (minus if_bge.c 1.185 and 1.186)
>
>   - Support for BCM5754/5755/5786/5787.
>   - Support for IPMI/ASF mode (disabled by default)
>   - Fix lots of bugs including style(9) nits.
>
>   Tested by:      net, stable
>
>   Revision   Changes      Path
>   1.91.2.21  +982 -397    src/sys/dev/bge/if_bge.c
>   1.36.2.10  +1602 -1572  src/sys/dev/bge/if_bgereg.h
>   1.34.2.13  +298 -198    src/sys/dev/mii/brgphy.c
>   1.6.2.1    +226 -222    src/sys/dev/mii/brgphyreg.h
>   1.30.2.7   +3 -0        src/sys/dev/mii/miidevs

For the record, if_bge.c 1.185 and 1.186 were left out because it does 
not work with BCM5705 or higher and it was discussed with scottl.  
Also, IPMI/ASF mode support is disabled by default on RELENG_6 
because at least two people reported breakage.

Jung-uk Kim


More information about the cvs-src mailing list