Add support for Broadcom NetXtreme II GigE. Jumbo buffer support
commitff5a48a0aee9bba8b212dbfbcbb2164021f3bd33
authorsephe <sephe>
Sat, 26 May 2007 08:50:49 +0000 (26 08:50 +0000)
committersephe <sephe>
Sat, 26 May 2007 08:50:49 +0000 (26 08:50 +0000)
tree28c39dda5446fa4bb814dea0b3878354c817d0cb
parent51c0f16a552ad97e27abffe43e9e1df2af7edd32
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