Add support for Broadcom NetXtreme II GigE. Jumbo buffer support
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 26 May 2007 08:50:49 +0000 (08:50 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 26 May 2007 08:50:49 +0000 (08:50 +0000)
commit43c2aeb0f980e1e05b72723a6f40647bb302368d
treedf0a3a6a81b93a2a67d199d8488fa3ea5007e37a
parenta70604438272f4270f0fe82baafad9674daa4b87
Add support for Broadcom NetXtreme II GigE.  Jumbo buffer support
is missing currently, which will be added later.

Thank David Christensen <davidch@broadcom.com> for sending us two
sample NICs.
Thank dillon@ for providing a blazing fast machine and environment
to test the driver.
Also thank Walter <wa1ter@myrealbox.com> very much, who contacted
Broadcom for me :)

Obtained-from: FreeBSD (w/ modification)
13 files changed:
share/man/man4/Makefile
share/man/man4/bce.4 [new file with mode: 0644]
sys/conf/files
sys/conf/options
sys/config/GENERIC
sys/config/LINT
sys/config/NATA
sys/dev/netif/Makefile
sys/dev/netif/bce/Makefile [new file with mode: 0644]
sys/dev/netif/bce/if_bce.c [new file with mode: 0644]
sys/dev/netif/bce/if_bcefw.h [new file with mode: 0644]
sys/dev/netif/bce/if_bcereg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/brgphy.c