]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC Broadcom 10Gb bxe driver
authoredavis <edavis@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Jan 2014 18:10:15 +0000 (18:10 +0000)
committeredavis <edavis@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 4 Jan 2014 18:10:15 +0000 (18:10 +0000)
commitb870858a06a1bda0abe661ee6de2c931bfe5ee40
treeff540f44ebb8195a53eefec2b4b41b52840d216e
parente8f2caec1a5e4a0243b804fe8e60127aa0e40b65
MFC Broadcom 10Gb bxe driver
Merged r255736, r255861, r256299, r256341, r258187, r259928, r260113

Approved by:  davidch (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/8@260271 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
33 files changed:
share/man/man4/altq.4
share/man/man4/bxe.4 [new file with mode: 0644]
share/man/man4/vlan.4
sys/amd64/conf/GENERIC
sys/amd64/conf/NOTES
sys/conf/NOTES
sys/conf/files.amd64
sys/conf/files.i386
sys/dev/bxe/57710_init_values.c [new file with mode: 0644]
sys/dev/bxe/57710_int_offsets.h [new file with mode: 0644]
sys/dev/bxe/57711_init_values.c [new file with mode: 0644]
sys/dev/bxe/57711_int_offsets.h [new file with mode: 0644]
sys/dev/bxe/57712_init_values.c [new file with mode: 0644]
sys/dev/bxe/57712_int_offsets.h [new file with mode: 0644]
sys/dev/bxe/bxe.c [new file with mode: 0644]
sys/dev/bxe/bxe.h [new file with mode: 0644]
sys/dev/bxe/bxe_dcb.h [new file with mode: 0644]
sys/dev/bxe/bxe_debug.c [new file with mode: 0644]
sys/dev/bxe/bxe_elink.c [new file with mode: 0644]
sys/dev/bxe/bxe_elink.h [new file with mode: 0644]
sys/dev/bxe/bxe_stats.c [new file with mode: 0644]
sys/dev/bxe/bxe_stats.h [new file with mode: 0644]
sys/dev/bxe/ecore_fw_defs.h [new file with mode: 0644]
sys/dev/bxe/ecore_hsi.h [new file with mode: 0644]
sys/dev/bxe/ecore_init.h [new file with mode: 0644]
sys/dev/bxe/ecore_init_ops.h [new file with mode: 0644]
sys/dev/bxe/ecore_mfw_req.h [new file with mode: 0644]
sys/dev/bxe/ecore_reg.h [new file with mode: 0644]
sys/dev/bxe/ecore_sp.c [new file with mode: 0644]
sys/dev/bxe/ecore_sp.h [new file with mode: 0644]
sys/i386/conf/GENERIC
sys/i386/conf/NOTES
sys/modules/bxe/Makefile [new file with mode: 0644]