cvs commit: src/share/man/man4 bce.4 src/sys/modules/bce Makefile src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h src/sys/dev/mii brgphy.c miidevs

Paul Saab ps at freebsd.org
Mon Apr 10 19:57:27 UTC 2006


Please cut broadcom some slack on this driver.  There are some problems 
with the style etc, but we'll be addressing these shortly.  Having a 
working driver for 6.1 is better than having no driver for 6.1 and 
you'll be seeing a lot of this chip.

Paul Saab wrote:
> ps          2006-04-10 19:55:23 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/dev/mii          brgphy.c miidevs 
>   Added files:
>     share/man/man4       bce.4 
>     sys/modules/bce      Makefile 
>     sys/dev/bce          if_bce.c if_bcefw.h if_bcereg.h 
>   Log:
>   Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)
>   PCI/PCIe Gigabit Ethernet adapeter.
>   
>   Submitted by:   David Christensen
>   
>   Revision  Changes    Path
>   1.1       +293 -0    src/share/man/man4/bce.4 (new)
>   1.1       +6797 -0   src/sys/dev/bce/if_bce.c (new)
>   1.1       +3508 -0   src/sys/dev/bce/if_bcefw.h (new)
>   1.1       +4904 -0   src/sys/dev/bce/if_bcereg.h (new)
>   1.40      +83 -27    src/sys/dev/mii/brgphy.c
>   1.32      +2 -0      src/sys/dev/mii/miidevs
>   1.1       +8 -0      src/sys/modules/bce/Makefile (new)
>
>   


More information about the cvs-src mailing list